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
{{ message }}
This repository has been archived by the owner on Feb 23, 2021. It is now read-only.
@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™️.
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 Can I make a PR for
FileLoggerProvider
as a show case of the extensible points of the logging system in ASP.NET Core?The text was updated successfully, but these errors were encountered: