Serilog.Enrichers.AssemblyName
1.0.9
Serilog enricher for assembly information
Install-Package Serilog.Enrichers.AssemblyName -Version 1.0.9
dotnet add package Serilog.Enrichers.AssemblyName --version 1.0.9
<PackageReference Include="Serilog.Enrichers.AssemblyName" Version="1.0.9" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Serilog.Enrichers.AssemblyName --version 1.0.9
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: Serilog.Enrichers.AssemblyName, 1.0.9"
#r directive can be used in F# Interactive, C# scripting and .NET Interactive. Copy this into the interactive tool or source code of the script to reference the package.
// Install Serilog.Enrichers.AssemblyName as a Cake Addin
#addin nuget:?package=Serilog.Enrichers.AssemblyName&version=1.0.9
// Install Serilog.Enrichers.AssemblyName as a Cake Tool
#tool nuget:?package=Serilog.Enrichers.AssemblyName&version=1.0.9
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
Dependencies
Used By
NuGet packages (10)
Showing the top 5 NuGet packages that depend on Serilog.Enrichers.AssemblyName:
Package | Downloads |
---|---|
Hopex.ApplicationServer.Commons
Hopex Application Server Commons
|
|
ReviewItEasy.Microservice
Package Description
|
|
Schedulr.Core
Package Description
|
|
JUNQ1CAJ.Core
Package Description
|
|
Schedulr
Schedule your jobs using cron expressions.
-just update your schedulrsettings.json as what you want.
-use like below lines in your Program.cs
SchedulrManager.Build("My Service");
SchedulrManager.Add(() =>
{
Console.WriteLine("Foo");
});
SchedulrManager.Add(MyMethod);
SchedulrManager.Add(new MyJob());
SchedulrManager.Start();
-for install as a windows service run "applicationname.exe install"
-if you want to use File log for Serilog just use "Install-Package Serilog.Sinks.File" and add this below line to schedulrsettings.json.
{
"Name": "File",
"Args": {
"path": ".\\Logs\\.txt",
"rollingInterval": "Day",
"retainedFileCountLimit": null,
"outputTemplate": "[{Level:u3}] {Timestamp} | {SourceContext} | {Application}-{Environment} ({AssemblyVersion}) | {MachineName}{NewLine}{Message:lj}{NewLine}{Exception}"
}
},
-if you want to use Seq for Serilog just use "Install-Package Serilog.Sinks.Seq" and add this below line to schedulrsettings.json.
{
"Name": "Seq",
"Args": { "serverUrl": "http://localhost:5341" }
}
|
GitHub repositories
This package is not used by any popular GitHub repositories.