Using multiple logging frameworks (native and third party) in console applications
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 wayFor NLog framework, i m providing one configuration way :
![]()
xml
: xml config driven wayLogging targets used in the demo are :
file target
console target
application insights target
Tools
: net 8.0, nlog, serilog