You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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<>();
The text was updated successfully, but these errors were encountered:
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 Logbut in log file still don't have it
Or I need declare at every class this line
static readonly ILogger Log = Serilog.Log.ForContext<>();
The text was updated successfully, but these errors were encountered: