Skip to content

xiaopohou/NLog

 
 

Repository files navigation

Welcome to NLog

Join the chat at https://gitter.im/NLog/NLog

NuGet downloads Version GitHub release AppVeyor

NLog is a free logging platform for .NET with rich log routing and management capabilities. It makes it easy to produce and manage high-quality logs for your application regardless of its size or complexity.

It can process diagnostic messages emitted from any .NET language, augment them with contextual information, format them according to your preference and send them to one or more targets such as file or database.

For more information, see the website nlog-project.org or just get started with the tutorials on the NLog wiki.

Project news - including RSS feed

Questions, bug reports or feature requests?

Do you have feature requests, questions or would you like to report a bug? Please post them on the issue list and follow these guidelines.

Contributing

As the current NLog team is a small team, we cannot fix every bug or implement every feature on our own. So contributions are really appreciated!

If you like to start with a small task, thent the following GitHub issues are nice to start with:

  • If you like to work with Mono: #648
  • These issues would be great if it get fixed (and unit tested): #302
  • If you like to create a layout renderer (small task): #86
  • If you good in writing English or just like writing English: #520
  • If you like to work with Sandcastle Help File Builder (SHFB): #655

A good way to get started (flow)

  1. Fork the NLog repos.
  2. Create a new branch in you current repos from the 'master' branch.
  3. 'Check out' the code with Git or GitHub for Windows
  4. Check contributing.md
  5. push commits and create a Pull Request (PR) to NLog

License

NLog is open source software, licensed under the terms of BSD license. See LICENSE.txt for details.

About

NLog - Advanced .NET and Silverlight Logging

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C# 99.8%
  • Other 0.2%