Serilog.Extensions
8.0.2
dotnet add package Serilog.Extensions --version 8.0.2
NuGet\Install-Package Serilog.Extensions -Version 8.0.2
<PackageReference Include="Serilog.Extensions" Version="8.0.2" />
paket add Serilog.Extensions --version 8.0.2
#r "nuget: Serilog.Extensions, 8.0.2"
// Install Serilog.Extensions as a Cake Addin #addin nuget:?package=Serilog.Extensions&version=8.0.2 // Install Serilog.Extensions as a Cake Tool #tool nuget:?package=Serilog.Extensions&version=8.0.2
Serilog Extensions for WebApplicationBuilder
This NuGet package provides extension methods to easily configure Serilog in your .NET applications. It supports WebApplicationBuilder
, IHostBuilder
, and IServiceCollection
.
Installation
Install the package from NuGet:
dotnet add package Serilog.Extensions
Usage
This package provides two main extension methods for WebApplicationBuilder
:
UseSeriLogger()
UseSerilogWithJsonFileBuilder()
UseSeriLogger()
This method configures Serilog using the default appsettings.json
file.
using YourNamespace;
var builder = WebApplication.CreateBuilder(args);
builder.UseSeriLogger();
UseSerilogWithJsonFileBuilder()
This method allows you to specify a separate JSON file for Serilog configuration.
using YourNamespace;
var builder = WebApplication.CreateBuilder(args);
builder.UseSerilogWithJsonFileBuilder();
To use this method, you need to add a JsonFileSettingsOptions
section to your appsettings.json
:
{
"JsonFileSettingsOptions": [
{
"Filename": "appsettings-serilog.json",
"Optional": false,
"ReloadOnChange": true
}
]
}
Then, create an appsettings-serilog.json
file with your Serilog configuration:
{
"Serilog": {
"Using": [ "Serilog.Sinks.Console" ],
"MinimumLevel": "Information",
"WriteTo": [
{ "Name": "Console" }
],
"Enrich": [ "FromLogContext", "WithMachineName", "WithThreadId" ]
}
}
Configuration Options
The JsonFileSettingsOptions
allows you to specify:
Filename
: The name of the Serilog configuration file.Optional
: Whether the file is optional (iffalse
, an exception will be thrown if the file is not found).ReloadOnChange
: Whether to reload the configuration if the file changes.
License
Richard MAH
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net7.0 is compatible. net7.0-android was computed. net7.0-ios was computed. net7.0-maccatalyst was computed. net7.0-macos was computed. net7.0-tvos was computed. net7.0-windows was computed. net8.0 is compatible. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. |
-
net7.0
- Microsoft.AspNetCore.Mvc.NewtonsoftJson (>= 7.0.20)
- Microsoft.Extensions.Configuration (>= 7.0.0)
- Microsoft.Extensions.Configuration.Json (>= 7.0.0)
- Newtonsoft.Json (>= 13.0.3)
- Serilog.AspNetCore (>= 7.0.0)
- Serilog.Enrichers.Environment (>= 2.3.0)
- Serilog.Enrichers.Process (>= 2.0.2)
- Serilog.Enrichers.Thread (>= 3.1.0)
- Serilog.Expressions (>= 4.0.0)
- Serilog.Extensions.Logging (>= 7.0.0)
-
net8.0
- Microsoft.AspNetCore.Mvc.NewtonsoftJson (>= 8.0.8)
- Microsoft.Extensions.Configuration (>= 8.0.0)
- Microsoft.Extensions.Configuration.Json (>= 8.0.0)
- Newtonsoft.Json (>= 13.0.3)
- Serilog.AspNetCore (>= 8.0.2)
- Serilog.Enrichers.Environment (>= 3.0.1)
- Serilog.Enrichers.Process (>= 3.0.0)
- Serilog.Enrichers.Thread (>= 4.0.0)
- Serilog.Expressions (>= 5.0.0)
- Serilog.Extensions.Logging (>= 8.0.0)
NuGet packages (4)
Showing the top 4 NuGet packages that depend on Serilog.Extensions:
Package | Downloads |
---|---|
GN2.Business.Base
Provides a api library for business services. |
|
Kmd.CqrsCore
Package Description |
|
Zokhrof.Appbase.Messenger
Package Description |
|
ItTitansGmbh.Utility.SeriLogSQLTranslator
SeriLogSQL Translator is a powerful and user-friendly tool designed to bridge the gap between SeriLog and SQL. Leveraging a robust parsing system, it transforms SeriLog log strings into executable SQL commands, eliminating the need for manual translation and making your database interactions more efficient and reliable. |
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
8.0.2 | 4,449 | 9/13/2024 |
8.0.1 | 23,783 | 7/10/2024 |
8.0.0 | 31,495 | 1/18/2024 |
7.1.0 | 1,371 | 5/3/2024 |
7.0.0 | 1,157 | 1/28/2024 |
3.4.3 | 311 | 1/18/2024 |
3.4.2 | 11,757 | 8/17/2023 |
3.4.0 | 7,295 | 5/20/2023 |
3.3.1 | 2,068 | 3/14/2023 |
3.3.0 | 3,329 | 2/21/2023 |
3.2.2 | 438 | 2/21/2023 |
3.2.1 | 414 | 2/21/2023 |
3.2.0 | 575 | 2/5/2023 |
3.1.0 | 2,384 | 12/8/2022 |
3.0.0 | 783 | 11/25/2022 |
2.2.2 | 20,923 | 10/4/2022 |
2.2.1 | 572 | 10/3/2022 |
2.2.0 | 887 | 9/30/2022 |
2.1.0 | 1,928 | 9/14/2022 |
2.0.1 | 15,453 | 6/1/2022 |
2.0.0 | 6,456 | 5/25/2022 |
1.1.5 | 27,297 | 4/5/2022 |
1.1.4 | 983 | 3/14/2022 |
1.1.3 | 609 | 3/14/2022 |
1.1.2 | 600 | 3/14/2022 |
1.1.1 | 607 | 3/14/2022 |
1.1.0 | 836 | 3/14/2022 |