devdeer.Libraries.NLogExtensions
0.0.11
dotnet add package devdeer.Libraries.NLogExtensions --version 0.0.11
NuGet\Install-Package devdeer.Libraries.NLogExtensions -Version 0.0.11
<PackageReference Include="devdeer.Libraries.NLogExtensions" Version="0.0.11" />
<PackageVersion Include="devdeer.Libraries.NLogExtensions" Version="0.0.11" />
<PackageReference Include="devdeer.Libraries.NLogExtensions" />
paket add devdeer.Libraries.NLogExtensions --version 0.0.11
#r "nuget: devdeer.Libraries.NLogExtensions, 0.0.11"
#:package devdeer.Libraries.NLogExtensions@0.0.11
#addin nuget:?package=devdeer.Libraries.NLogExtensions&version=0.0.11
#tool nuget:?package=devdeer.Libraries.NLogExtensions&version=0.0.11
devdeer.Libraries.NLogExtensions

like so:
var builder = Host.CreateDefaultBuilder(args)
.SetupNLogExtensions()
or
The following layout renderers are provided:
Key | Description |
---|---|
devdeer.emojilevel | Provides a new layout renderer with the key 'devdeer.emojilevel' which writes the log level as a Emoji character. ⚠️Be aware to use this with caution as UTF8 might not be available when viewing your logs! |
devdeer.serverutcdatetime | Provides a new layout renderer with the key 'devdeer.serverutcdatetime' which writes out a timestamp as the datetime offset using the servers UTC zone. |
About DEVDEER
DEVDEER is a company from Magdeburg, Germany which is specialized in consulting, project management and development. We are very focussed on Microsoft Azure as a platform to run our products and solutions in the cloud. So all of our backend components usually runs in this environment and is developed using .NET. In the frontend area we are using react and a huge bunch of packages to build our UIs.
You can find us online:
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. net9.0 is compatible. 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. |
-
net8.0
- devdeer.Libraries.Utilities (>= 3.1.14)
- Microsoft.Extensions.Hosting.Abstractions (>= 9.0.9)
- NLog (>= 6.0.5)
- NLog.Extensions.Logging (>= 6.0.5)
-
net9.0
- devdeer.Libraries.Utilities (>= 3.1.14)
- Microsoft.Extensions.Hosting.Abstractions (>= 9.0.9)
- NLog (>= 6.0.5)
- NLog.Extensions.Logging (>= 6.0.5)
NuGet packages (1)
Showing the top 1 NuGet packages that depend on devdeer.Libraries.NLogExtensions:
Package | Downloads |
---|---|
devdeer.Libraries.AspNetCore.RestApi
Initialization and configuration including useful base types for ASP.NET Core APIs. |
GitHub repositories
This package is not used by any popular GitHub repositories.
- First release.