serilog-extensions-logging-file icon indicating copy to clipboard operation
serilog-extensions-logging-file copied to clipboard

append to log file

Open godshades opened this issue 5 years ago • 0 comments

Hi, I was success output log file But I want add some line to log file I try add in code Log.Logger.Information("Hello"); //global Log but in log file still don't have it

Or I need declare at every class this line static readonly ILogger Log = Serilog.Log.ForContext<>();

godshades avatar Apr 28 '20 05:04 godshades