Skip to content

Using multiple logging frameworks (native and third party) in console applications

Notifications You must be signed in to change notification settings

aimenux/ConsoleLoggingDemo

Repository files navigation

.NET

ConsoleLoggingDemo

Using multiple logging frameworks (native and third party) in console applications

In this repo, i m using multiple logging frameworks in order to enable logging in console applications.

Logging frameworks used in the demo are :

📌 Native microsoft tooling

📌 Serilog third party tooling

📌 NLog third party tooling

For Native and Serilog frameworks, i m providing two configuration ways :

✍️ Json : json config driven way

✍️ Fluent : hard code driven way

For NLog framework, i m providing one configuration way :

✍️ xml : xml config driven way

Logging targets used in the demo are :

📌 file target

📌 console target

📌 application insights target

Tools : net 8.0, nlog, serilog

About

Using multiple logging frameworks (native and third party) in console applications

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages