.NET Logging
Last updated
Was this helpful?
Last updated
Was this helpful?
Experiments on GitHub:
For a netstandard library
Add Microsoft.Extensions.Logging
to the project (do not add a strong dependency to a logging framework such as log4net or NLog!).
Add ILogger
dependency (IoC) to the class constructor and the related private field
Possible with Serilog
Homepage:
not yet available for .NET Core (as of the 10th of May 2018).