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

Add ConfigureLogging #185

Closed
304NotModified opened this issue Sep 30, 2017 · 0 comments · Fixed by #195
Closed

Add ConfigureLogging #185

304NotModified opened this issue Sep 30, 2017 · 0 comments · Fixed by #195
Labels
ASP.NET Core ASP.NET Core - all versions feature

Comments

@304NotModified
Copy link
Member

304NotModified commented Sep 30, 2017

Allow:

 .ConfigureLogging((ILoggingBuilder logBuilder) => logBuilder.ConfigNLog("path"))

and

 .ConfigureLogging((ILoggingBuilder logBuilder) => logBuilder.ConfigNLog(config))

also?

  .ConfigureLogging((ILoggingBuilder logBuilder) => logBuilder.AddConsole());
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ASP.NET Core ASP.NET Core - all versions feature
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants