Skip to content
New issue

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

append to log file #40

Open
godshades opened this issue Apr 28, 2020 · 0 comments
Open

append to log file #40

godshades opened this issue Apr 28, 2020 · 0 comments

Comments

@godshades
Copy link

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<>();

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant