Castle.LoggingFacility.MsLogging

June 21, 2016 ยท View on GitHub

Castle Logging Adapter for Microsoft.Extensions.Logging Package

How To Use

  • Install Castle.LoggingFacility.MsLogging into your solution.
  • Use AddCastleLogger extension method on ILoggerFactory.

Example

See example console application: https://github.com/volosoft/castle-logging-ms-adapter/blob/master/test/Castle.LoggingFacility.MsLogging.TestConsoleApp/Program.cs

License

MIT

Contents

  1. 1How To Use
  2. 2Example
  3. 3License