PIBD-14_Lavrova_K.I._Simple/solution/lab1/serilog.json

16 lines
252 B
JSON
Raw Permalink Normal View History

2024-10-02 10:44:28 +04:00
{
"Serilog": {
"Using": [ "Serilog.Sinks.File" ],
"MinimumLevel": "Debug",
"WriteTo": [
{
"Name": "File",
"Args": { "path": "log.log" }
}
],
"Properties": {
"Application": "Sample"
}
}
}