Hello Logs
Logging Introduction
Log Sinks
Configure logs
{
"Serilog": {
"MinimumLevel": "Debug",
"WriteTo": [
{
"Name": "Console",
"Args": {
"outputTemplate": "[{Timestamp:HH:mm:ss} {Level:u3}]({ThreadName}) {Message:lj}{NewLine}{Exception}"
}
}
]
}
}Configuration - With Hosting
Perigee Logging
Getting a logger directly
Log Scopes
Scope demo
Last updated

