Itmo.Dev.Platform.Logging
1.0.89
Prefix Reserved
Suggested Alternatives
Itmo.Dev.Platform.Observability
Additional DetailsLogging configuration and more observability configurations are now provided via Observability package
There is a newer version of this package available.
See the version list below for details.
See the version list below for details.
dotnet add package Itmo.Dev.Platform.Logging --version 1.0.89
NuGet\Install-Package Itmo.Dev.Platform.Logging -Version 1.0.89
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Itmo.Dev.Platform.Logging" Version="1.0.89" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Itmo.Dev.Platform.Logging --version 1.0.89
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: Itmo.Dev.Platform.Logging, 1.0.89"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install Itmo.Dev.Platform.Logging as a Cake Addin #addin nuget:?package=Itmo.Dev.Platform.Logging&version=1.0.89 // Install Itmo.Dev.Platform.Logging as a Cake Tool #tool nuget:?package=Itmo.Dev.Platform.Logging&version=1.0.89
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
Itmo.Dev.Platform.Common
Package contains methods to connect Serilog and Sink to Sentry.
Usage example:
builder.AddPlatformSentry();
builder.Host.AddPlatformSerilog(builder.Configuration);
// ...
var app = builder.Build();
app.UseRouting();
// UsePlatformSentryTracing should be placed right after UseRouting middleware
app.UsePlatformSentryTracing(builder.Configuration);
Sentry application settings example:
{
"Sentry": {
"Enabled": true,
"Environment": "Production",
"Dsn": "",
"Debug": false,
"TracesSampleRate": 1.0,
"MinimumEventLevel": "Warning"
}
}
Serilog application settings example:
{
"Serilog": {
"Using": [
"Serilog.Sinks.Console",
"Serilog.Sinks.File"
],
"MinimumLevel": {
"Default": "Verbose",
"Override": {
"Microsoft.Hosting.Lifetime": "Information",
"Microsoft.AspNetCore": "Warning",
"Microsoft.EntityFrameworkCore": "Warning",
"Grpc.AspNetCore.Server.Model.Internal": "Information"
}
},
"WriteTo": [
{
"Name": "Console",
"Args": {
"outputTemplate": "{Timestamp:T} [{Level:u3}] {SourceContext} {Message}{NewLine}{Exception}"
}
},
{
"Name": "File",
"Args": {
"path": "Serilogs/${ApplicationName}/AppLogs_.log",
"rollingInterval": "Day",
"outputTemplate": "{Timestamp:o} [{Level:u3}] {SourceContext} {Message}{NewLine}{Exception}",
"retainedFileCountLimit": 30
}
}
]
}
}
N.B.
Don't forget to add required Sinks:
- Serilog.Sinks.Console
- Serilog.Sinks.File
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | 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. |
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
-
net8.0
- Sentry.AspNetCore (>= 3.41.4)
- Sentry.AspNetCore.Grpc (>= 3.41.4)
- Sentry.Serilog (>= 3.41.4)
- Serilog (>= 3.1.1)
- Serilog.AspNetCore (>= 8.0.1)
- Serilog.Settings.Configuration (>= 8.0.0)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated | |
---|---|---|---|
1.2.228 | 67 | 10/31/2024 | |
1.2.206 | 75 | 10/30/2024 | |
1.2.204 | 137 | 10/29/2024 | |
1.2.202 | 60 | 10/29/2024 | |
1.1.196 | 68 | 10/29/2024 | |
1.1.193 | 72 | 10/29/2024 | |
1.1.190 | 80 | 10/26/2024 | |
1.0.174 | 84 | 10/25/2024 | |
1.0.133 | 78 | 10/25/2024 | |
1.0.132 | 78 | 10/24/2024 | |
1.0.131 | 76 | 10/24/2024 | |
1.0.130 | 71 | 10/24/2024 | |
1.0.129 | 83 | 10/24/2024 | |
1.0.128 | 88 | 10/24/2024 | |
1.0.127 | 75 | 10/23/2024 | |
1.0.126 | 95 | 10/11/2024 | |
1.0.125 | 91 | 10/11/2024 | |
1.0.124 | 84 | 10/11/2024 | |
1.0.123 | 91 | 10/11/2024 | |
1.0.122 | 91 | 10/11/2024 | |
1.0.121 | 86 | 10/11/2024 | |
1.0.120 | 90 | 10/11/2024 | |
1.0.119 | 93 | 10/11/2024 | |
1.0.118 | 96 | 10/11/2024 | |
1.0.117 | 94 | 10/10/2024 | |
1.0.115 | 88 | 10/10/2024 | |
1.0.113 | 93 | 10/6/2024 | |
1.0.112 | 183 | 8/22/2024 | |
1.0.111 | 207 | 5/14/2024 | |
1.0.110 | 126 | 5/13/2024 | |
1.0.109 | 108 | 5/13/2024 | |
1.0.108 | 138 | 5/6/2024 | |
1.0.107 | 120 | 5/6/2024 | |
1.0.106 | 127 | 5/6/2024 | |
1.0.105 | 112 | 5/4/2024 | |
1.0.102 | 125 | 5/4/2024 | |
1.0.101 | 117 | 4/26/2024 | |
1.0.100 | 133 | 4/22/2024 | |
1.0.99 | 111 | 4/21/2024 | |
1.0.98 | 118 | 4/21/2024 | |
1.0.97 | 119 | 4/19/2024 | |
1.0.96 | 125 | 4/18/2024 | |
1.0.95 | 124 | 4/18/2024 | |
1.0.94 | 178 | 2/13/2024 | |
1.0.93 | 124 | 2/10/2024 | |
1.0.91 | 117 | 2/10/2024 | |
1.0.90 | 119 | 2/10/2024 | |
1.0.89 | 490 | 2/3/2024 | |
1.0.86 | 113 | 2/1/2024 | |
1.0.85 | 118 | 1/30/2024 | |
1.0.83 | 164 | 1/27/2024 | |
1.0.82 | 384 | 1/5/2024 | |
1.0.81 | 275 | 1/3/2024 | |
1.0.80 | 135 | 12/30/2023 | |
1.0.79 | 121 | 12/30/2023 | |
1.0.78 | 139 | 12/30/2023 | |
1.0.77 | 125 | 12/28/2023 | |
1.0.76 | 127 | 12/27/2023 | |
1.0.75 | 151 | 12/9/2023 | |
1.0.73 | 158 | 11/30/2023 | |
1.0.72 | 152 | 11/27/2023 | |
1.0.71 | 131 | 11/27/2023 | |
1.0.70 | 126 | 11/27/2023 | |
1.0.69 | 138 | 11/27/2023 | |
1.0.67 | 137 | 11/25/2023 | |
1.0.66 | 124 | 11/25/2023 | |
1.0.65 | 136 | 11/23/2023 | |
1.0.64 | 112 | 11/23/2023 | |
1.0.62 | 131 | 11/18/2023 | |
1.0.61 | 136 | 11/18/2023 | |
1.0.60 | 131 | 11/17/2023 | |
1.0.59 | 131 | 11/16/2023 | |
1.0.58 | 140 | 11/13/2023 | |
1.0.57 | 125 | 11/12/2023 | |
1.0.56 | 123 | 11/12/2023 | |
1.0.54 | 120 | 11/7/2023 | |
1.0.53 | 139 | 11/4/2023 | |
1.0.52 | 149 | 10/29/2023 | |
1.0.51 | 135 | 10/29/2023 | |
1.0.50 | 142 | 10/29/2023 | |
1.0.48 | 147 | 10/29/2023 |
Itmo.Dev.Platform