Skip to content
forked from damianh/LibLog

LibLog is a single file for you to either copy/paste or install via nuget, into your library/framework/application to provide a logging abstraction.

License

Notifications You must be signed in to change notification settings

mrvoorhe/LibLog

 
 

Repository files navigation

LibLog Build status NuGet Badge Join the chat at https://gitter.im/damianh/LibLog

Designed specifically for library developers, LibLog is a single file for you to either copy/paste or install via nuget, into your library/framework/application to provide a logging abstraction. It also contains transparent built-in support for NLog, Log4Net, EntLib Logging, Serilog and Loupe, and allows your users to define a custom provider if necessary.

Please see Wiki for more information.

Availability for NetStandard / new .csproj format

LibLog uses .pp file to do a namespace transform (aka source transform ) so it fits into your project's namespace. However it appears that source transform are currently broken in RTM. For now, the workaround:

  1. Copy LibLog.cs to your netstandard project.
  2. Manually rename the namespace YourRootNamespace to your project's root namespace.
  3. Enable LIBLOG_PORTABLE compiler directive.

License

LibLog is licensed under MIT Licence.

Developed with:

Resharper dotCover dotTrace

Feedback, compliments or criticism: @randompunter

About

LibLog is a single file for you to either copy/paste or install via nuget, into your library/framework/application to provide a logging abstraction.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C# 96.6%
  • PowerShell 3.4%