ITomoLog 1.0.1
dotnet add package ITomoLog --version 1.0.1
NuGet\Install-Package ITomoLog -Version 1.0.1
<PackageReference Include="ITomoLog" Version="1.0.1" />
paket add ITomoLog --version 1.0.1
#r "nuget: ITomoLog, 1.0.1"
// Install ITomoLog as a Cake Addin #addin nuget:?package=ITomoLog&version=1.0.1 // Install ITomoLog as a Cake Tool #tool nuget:?package=ITomoLog&version=1.0.1
Tutorial
Add line: using ITomoLog; Add line: var builder = WebApplication.CreateBuilder(args); Add line: app.UseMiddleware(typeof(ExceptionHandlingMiddlewareOfSelog));
in Program.cs of Project.
How to use: TomoLog.WLog<Class_name>(Exception,"log content",Level); //ex: TomoLog.WLog<WeatherForecastController>(ex,"WeatherForecast not start", Level.Error);
or
TomoLog.WLog<Class_name>("log content",Level); // ex: TomoLog.WLog<WeatherForecastController>("WeatherForecast not start", Level.Error);
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net6.0 is compatible. net6.0-android was computed. net6.0-ios was computed. net6.0-maccatalyst was computed. net6.0-macos was computed. net6.0-tvos was computed. net6.0-windows was computed. net7.0 was computed. 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 was computed. 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. |
-
net6.0
- Newtonsoft.Json (>= 13.0.3)
- Serilog.AspNetCore (>= 7.0.0)
- Serilog.Enrichers.ClientInfo (>= 2.0.1)
- Serilog.Enrichers.CorrelationId (>= 3.0.1)
- Serilog.Enrichers.Environment (>= 2.2.0)
- Serilog.Enrichers.Process (>= 2.0.2)
- Serilog.Enrichers.Thread (>= 3.1.0)
- Serilog.Filters.Expressions (>= 2.1.0)
- Serilog.Formatting.Compact (>= 1.1.0)
- Serilog.Settings.Configuration (>= 7.0.1)
- Serilog.Sinks.Seq (>= 5.2.2)
- Serilog.Sinks.Telegram (>= 0.2.1)
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.0.1 | 144 | 9/27/2023 |