/Meerkat.Logging

Simple logging framework for use in the Meerkat projects

Primary LanguageC#MIT LicenseMIT

Meerkat Logging

The Meerkat.Logging library is a simple logging framework for use internally withing the Meerkat libaries

The rationale is so we don't take a dependency on external logging framework such as Common.Logging, log4net etc and possible introduce dependency conflicts to a client project

NuGet Build status

You can see the version history here.

Build the project

  • Windows: Run build.cmd

I have my tools in C:\Tools so I use build.cmd Default tools=C:\Tools encoding=UTF-8

Library License

The library is available under the MIT License, for more information see the License file in the GitHub repository.