All Projects → NLog → Nlog

NLog / Nlog

Licence: bsd-3-clause
NLog - Advanced and Structured Logging for Various .NET Platforms

Programming Languages

C#
18002 projects

Projects that are alternatives of or similar to Nlog

Megaapiclient
MegaApiClient is a C# .Net library to access http://mega.co.nz / http://mega.nz cloud storage and file hosting service.
Stars: ✭ 151 (-97.15%)
Mutual labels:  netstandard, xamarin, uwp, netcore
Portable-WebDAV-Library
Moved to codeberg.org - https://codeberg.org/DecaTec/Portable-WebDAV-Library - The Portable WebDAV Library is a strongly typed, async WebDAV client library which is fully compliant to RFC 4918, RFC 4331 and "Additional WebDAV Collection Properties". It is implemented as .NETStandard 1.1 library in oder to be used on any platform supporting .NETS…
Stars: ✭ 45 (-99.15%)
Mutual labels:  xamarin, uwp, netcore, netstandard
Nlog.extensions.logging
NLog Provider for Microsoft.Extensions.Logging for .NET Standard libraries and .NET Core applications
Stars: ✭ 323 (-93.9%)
Mutual labels:  netstandard, logging-library, nlog, netcore
Dbreeze
C# .NET MONO NOSQL ( key value store embedded ) ACID multi-paradigm database management system.
Stars: ✭ 383 (-92.77%)
Mutual labels:  netstandard, xamarin, netcore
Csla
A home for your business logic in any .NET application.
Stars: ✭ 865 (-83.67%)
Mutual labels:  netstandard, xamarin, uwp
Couchdb Net
EF Core-like CouchDB experience for .NET!
Stars: ✭ 50 (-99.06%)
Mutual labels:  netstandard, xamarin, netcore
Standard.licensing
Easy-to-use licensing library for .NET Framework, Mono, .NET Core, and Xamarin products
Stars: ✭ 239 (-95.49%)
Mutual labels:  netstandard, xamarin, netcore
Mvvmvalidation
Lightweight library that helps reduce boilerplate when implementing validation in XAML MVVM applications
Stars: ✭ 141 (-97.34%)
Mutual labels:  netstandard, xamarin, uwp
Izumi
Productivity-oriented collection of lightweight fancy stuff for Scala toolchain
Stars: ✭ 423 (-92.01%)
Mutual labels:  logging, logging-library, structured-logging
PCLExt.FileStorage
Portable Storage APIs
Stars: ✭ 35 (-99.34%)
Mutual labels:  xamarin, uwp, netstandard
dotnet
.NET Community Toolkit is a collection of helpers and APIs that work for all .NET developers and are agnostic of any specific UI platform. The toolkit is maintained and published by Microsoft, and part of the .NET Foundation.
Stars: ✭ 865 (-83.67%)
Mutual labels:  uwp, netcore, netstandard
Timber Elixir
🌲 Great Elixir logging made easy
Stars: ✭ 226 (-95.73%)
Mutual labels:  logging, logging-library, structured-logging
Slog
Structured, contextual, extensible, composable logging for Rust
Stars: ✭ 1,068 (-79.83%)
Mutual labels:  logging, logging-library, structured-logging
Nlua
Bridge between Lua and the .NET.
Stars: ✭ 1,326 (-74.96%)
Mutual labels:  netstandard, xamarin, netcore
Microsoft Authentication Library For Dotnet
Microsoft Authentication Library (MSAL) for .NET
Stars: ✭ 746 (-85.91%)
Mutual labels:  xamarin, uwp, netcore
DotNetGraph
Create GraphViz DOT graph with .NET / C#
Stars: ✭ 57 (-98.92%)
Mutual labels:  netcore, netstandard, netstandard20
Msbuildsdkextras
Extra properties for MSBuild SDK projects
Stars: ✭ 288 (-94.56%)
Mutual labels:  xamarin, uwp, netcore
Dryioc
DryIoc is fast, small, full-featured IoC Container for .NET
Stars: ✭ 555 (-89.52%)
Mutual labels:  netstandard, xamarin, netcore
Gofer.net
Easy C# API for Distributed Background Tasks/Jobs for .NET Core.
Stars: ✭ 383 (-92.77%)
Mutual labels:  netstandard, netcore
Xcglogger
A debug log framework for use in Swift projects. Allows you to log details to the console (and optionally a file), just like you would have with NSLog() or print(), but with additional information, such as the date, function name, filename and line number.
Stars: ✭ 3,710 (-29.95%)
Mutual labels:  logging, logging-library

NLog

NuGet Pre-release version Semantic Versioning NuGet downloads Twitter Follow

Coverage

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.

Major and minor releases will be posted on project news. For smaller updates, follow us on Twitter

Getting started

For the possible options in the config, check the Options list

Having troubles? Check the troubleshooting guide


ℹ️ NLog 5 Preview!

There is a new shiny NLog 5 Preview package. See news post

NLog Packages

NLog consists of multiple packages. Most of the functionality is inside the NLog (core) package. What's inside the packages? See targets and layout renderers overview!

See Nuget/build status of all official packages here

Questions, bug reports or feature requests?

Issues with getting it working? Please check the troubleshooting guide before asking! With a clear error message, it's really easier to solve the issue!

Unclear how to configure NLog correctly of other questions? Please post questions on StackOverflow.

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

Frequently Asked Questions (FAQ)

See FAQ on the Wiki

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, then up-for-grabs are nice to start with.

Please note, we have a dev and master branch

  • master is for pure bug fixes and targets NLog 4.x
  • dev targets NLog 5

A good way to get started (flow)

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

Please note: bugfixes should target the master branch, others the dev branch (NLog 5)

License

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

How to build

Use Visual Studio 2019 and open the solution 'NLog.sln'.

For building in the cloud we use:

  • AppVeyor for Windows builds, including Silverlight and Xamarin.
  • SonarQube for code coverage

Trying to build your fork in the cloud? Check this how-to

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].