Itmo.Dev.Platform.Logging 1.2.275

Prefix Reserved
dotnet add package Itmo.Dev.Platform.Logging --version 1.2.275
                    
NuGet\Install-Package Itmo.Dev.Platform.Logging -Version 1.2.275
                    
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.2.275" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Itmo.Dev.Platform.Logging" Version="1.2.275" />
                    
Directory.Packages.props
<PackageReference Include="Itmo.Dev.Platform.Logging" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add Itmo.Dev.Platform.Logging --version 1.2.275
                    
#r "nuget: Itmo.Dev.Platform.Logging, 1.2.275"
                    
#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.
#addin nuget:?package=Itmo.Dev.Platform.Logging&version=1.2.275
                    
Install Itmo.Dev.Platform.Logging as a Cake Addin
#tool nuget:?package=Itmo.Dev.Platform.Logging&version=1.2.275
                    
Install Itmo.Dev.Platform.Logging as a Cake Tool

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 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.  net9.0 was computed.  net9.0-android was computed.  net9.0-browser was computed.  net9.0-ios was computed.  net9.0-maccatalyst was computed.  net9.0-macos was computed.  net9.0-tvos was computed.  net9.0-windows was computed.  net10.0 was computed.  net10.0-android was computed.  net10.0-browser was computed.  net10.0-ios was computed.  net10.0-maccatalyst was computed.  net10.0-macos was computed.  net10.0-tvos was computed.  net10.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

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.275 61 a month ago
1.2.271 61 a month ago
1.2.228 128 7 months ago
1.2.206 113 7 months ago
1.2.204 176 7 months ago 1.2.204 is deprecated because it is no longer maintained.
1.2.202 102 7 months ago 1.2.202 is deprecated because it is no longer maintained.
1.1.196 108 7 months ago 1.1.196 is deprecated because it is no longer maintained.
1.1.193 110 7 months ago 1.1.193 is deprecated because it is no longer maintained.
1.1.190 124 7 months ago 1.1.190 is deprecated because it is no longer maintained.
1.0.174 126 7 months ago 1.0.174 is deprecated because it is no longer maintained.
1.0.133 116 7 months ago 1.0.133 is deprecated because it is no longer maintained.
1.0.132 119 7 months ago 1.0.132 is deprecated because it is no longer maintained.
1.0.131 117 7 months ago 1.0.131 is deprecated because it is no longer maintained.
1.0.130 108 7 months ago 1.0.130 is deprecated because it is no longer maintained.
1.0.129 123 7 months ago 1.0.129 is deprecated because it is no longer maintained.
1.0.128 129 8 months ago 1.0.128 is deprecated because it is no longer maintained.
1.0.127 112 8 months ago 1.0.127 is deprecated because it is no longer maintained.
1.0.126 129 8 months ago 1.0.126 is deprecated because it is no longer maintained.
1.0.125 128 8 months ago 1.0.125 is deprecated because it is no longer maintained.
1.0.124 121 8 months ago 1.0.124 is deprecated because it is no longer maintained.
1.0.123 127 8 months ago 1.0.123 is deprecated because it is no longer maintained.
1.0.122 126 8 months ago 1.0.122 is deprecated because it is no longer maintained.
1.0.121 122 8 months ago 1.0.121 is deprecated because it is no longer maintained.
1.0.120 130 8 months ago 1.0.120 is deprecated because it is no longer maintained.
1.0.119 131 8 months ago 1.0.119 is deprecated because it is no longer maintained.
1.0.118 132 8 months ago 1.0.118 is deprecated because it is no longer maintained.
1.0.117 129 8 months ago 1.0.117 is deprecated because it is no longer maintained.
1.0.115 123 8 months ago 1.0.115 is deprecated because it is no longer maintained.
1.0.113 138 8 months ago 1.0.113 is deprecated because it is no longer maintained.
1.0.112 218 10 months ago 1.0.112 is deprecated because it is no longer maintained.
1.0.111 243 5/14/2024 1.0.111 is deprecated because it is no longer maintained.
1.0.110 155 5/13/2024 1.0.110 is deprecated because it is no longer maintained.
1.0.109 139 5/13/2024 1.0.109 is deprecated because it is no longer maintained.
1.0.108 168 5/6/2024 1.0.108 is deprecated because it is no longer maintained.
1.0.107 149 5/6/2024 1.0.107 is deprecated because it is no longer maintained.
1.0.106 156 5/6/2024 1.0.106 is deprecated because it is no longer maintained.
1.0.105 143 5/4/2024 1.0.105 is deprecated because it is no longer maintained.
1.0.102 158 5/4/2024 1.0.102 is deprecated because it is no longer maintained.
1.0.101 149 4/26/2024 1.0.101 is deprecated because it is no longer maintained.
1.0.100 162 4/22/2024 1.0.100 is deprecated because it is no longer maintained.
1.0.99 143 4/21/2024 1.0.99 is deprecated because it is no longer maintained.
1.0.98 148 4/21/2024 1.0.98 is deprecated because it is no longer maintained.
1.0.97 145 4/19/2024 1.0.97 is deprecated because it is no longer maintained.
1.0.96 156 4/18/2024 1.0.96 is deprecated because it is no longer maintained.
1.0.95 153 4/18/2024 1.0.95 is deprecated because it is no longer maintained.
1.0.94 211 2/13/2024 1.0.94 is deprecated because it is no longer maintained.
1.0.93 162 2/10/2024 1.0.93 is deprecated because it is no longer maintained.
1.0.91 151 2/10/2024 1.0.91 is deprecated because it is no longer maintained.
1.0.90 153 2/10/2024 1.0.90 is deprecated because it is no longer maintained.
1.0.89 521 2/3/2024 1.0.89 is deprecated because it is no longer maintained.
1.0.86 142 2/1/2024 1.0.86 is deprecated because it is no longer maintained.
1.0.85 150 1/30/2024 1.0.85 is deprecated because it is no longer maintained.
1.0.83 193 1/27/2024 1.0.83 is deprecated because it is no longer maintained.
1.0.82 417 1/5/2024 1.0.82 is deprecated because it is no longer maintained.
1.0.81 307 1/3/2024 1.0.81 is deprecated because it is no longer maintained.
1.0.80 164 12/30/2023 1.0.80 is deprecated because it is no longer maintained.
1.0.79 155 12/30/2023 1.0.79 is deprecated because it is no longer maintained.
1.0.78 170 12/30/2023 1.0.78 is deprecated because it is no longer maintained.
1.0.77 158 12/28/2023 1.0.77 is deprecated because it is no longer maintained.
1.0.76 155 12/27/2023 1.0.76 is deprecated because it is no longer maintained.
1.0.75 180 12/9/2023 1.0.75 is deprecated because it is no longer maintained.
1.0.73 177 11/30/2023 1.0.73 is deprecated because it is no longer maintained.
1.0.72 172 11/27/2023 1.0.72 is deprecated because it is no longer maintained.
1.0.71 151 11/27/2023 1.0.71 is deprecated because it is no longer maintained.
1.0.70 152 11/27/2023 1.0.70 is deprecated because it is no longer maintained.
1.0.69 162 11/27/2023 1.0.69 is deprecated because it is no longer maintained.
1.0.67 161 11/25/2023 1.0.67 is deprecated because it is no longer maintained.
1.0.66 145 11/25/2023 1.0.66 is deprecated because it is no longer maintained.
1.0.65 158 11/23/2023 1.0.65 is deprecated because it is no longer maintained.
1.0.64 134 11/23/2023 1.0.64 is deprecated because it is no longer maintained.
1.0.62 150 11/18/2023 1.0.62 is deprecated because it is no longer maintained.
1.0.61 155 11/18/2023 1.0.61 is deprecated because it is no longer maintained.
1.0.60 150 11/17/2023 1.0.60 is deprecated because it is no longer maintained.
1.0.59 151 11/16/2023 1.0.59 is deprecated because it is no longer maintained.
1.0.58 164 11/13/2023 1.0.58 is deprecated because it is no longer maintained.
1.0.57 145 11/12/2023 1.0.57 is deprecated because it is no longer maintained.
1.0.56 143 11/12/2023 1.0.56 is deprecated because it is no longer maintained.
1.0.54 140 11/7/2023 1.0.54 is deprecated because it is no longer maintained.
1.0.53 160 11/4/2023 1.0.53 is deprecated because it is no longer maintained.
1.0.52 170 10/29/2023 1.0.52 is deprecated because it is no longer maintained.
1.0.51 159 10/29/2023 1.0.51 is deprecated because it is no longer maintained.
1.0.50 161 10/29/2023 1.0.50 is deprecated because it is no longer maintained.
1.0.48 165 10/29/2023 1.0.48 is deprecated because it is no longer maintained.

Itmo.Dev.Platform