We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Logs.AutologConfig = new RestClientAutologConfiguration() { MessageTemplateForSuccess = "{Method} {Uri} responded {StatusCode}", MessageTemplateForError = "{Method} {Uri} is not good! {ErrorMessage}", LoggerConfiguration = new LoggerConfiguration() .MinimumLevel.Debug() .Enrich.FromLogContext() .WriteTo.Console() }; Serilog.Log.Information($"Logger running {true}");
... new RestClientAutolog(url, Logs.AutologConfig) ...(make a success request)
new RestClientAutolog(url, Logs.AutologConfig)
Log didnt send any message to console.
Windows10 .NET Framework 4.8 Console Application
Insert your log/stack trace here
The text was updated successfully, but these errors were encountered:
Hello Guy! Sorry about delay! I will check it and answer you here!
Sorry, something went wrong.
No branches or pull requests
...
new RestClientAutolog(url, Logs.AutologConfig)
...(make a success request)Log didnt send any message to console.
Environment
Windows10
.NET Framework 4.8
Console Application
Logs / Stack trace
The text was updated successfully, but these errors were encountered: