Skip to content
This repository has been archived by the owner on Feb 23, 2021. It is now read-only.

File Logger Provider #185

Closed
hishamco opened this issue Dec 9, 2016 · 2 comments
Closed

File Logger Provider #185

hishamco opened this issue Dec 9, 2016 · 2 comments

Comments

@hishamco
Copy link
Contributor

hishamco commented Dec 9, 2016

@Eilon Can I make a PR for FileLoggerProvider as a show case of the extensible points of the logging system in ASP.NET Core?

@Eilon
Copy link
Member

Eilon commented Dec 9, 2016

@hishamco what would the sample show? I believe we currently recommend that people use a more full-featured production-quality logger such as Serilog, which has many sinks, including one for files. I'm afraid that if we put a minimalistic sample here that might lead people to start using that in production, which is probably a Very Bad Thing™️.

@hishamco
Copy link
Contributor Author

hishamco commented Dec 9, 2016

I got you, AFAIK this repo is a chaotic experimental playground for new features and ideas, I just wanna show how to log into files using FileSystem APIs which is something common that the logging repo doesn't support it out-of-the-box, also there's another scenarios to log into the database like DNN, these just few examples. Regarding Serilog I didn't dig into it, because me as developer I'm checking what's available in ASP.NET Core and what isn't, so that's why I open this issue

@Eilon Eilon closed this as completed Dec 12, 2016
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants