Skip to main content
NLogLogging avatar

NLogLogging

NuGet publisher profile

Packages
37
Total Downloads
1.2B
1,151,636,817

Packages (37)

NLog package icon

NLog

NLog is a logging platform for .NET with rich log routing and management capabilities. NLog supports traditional logging, structured logging and the combination of both. Supported platforms: - .NET 6, 7, 8, 9 and 10 - .NET Standard 2.0 and 2.1 - .NET Framework 3.5 - 4.8 - Xamarin Android + iOS (.NET Standard) - Mono 4 For integrating NLog with Microsoft.Extensions.Logging, check: https://www.nuget.org/packages/NLog.Extensions.Logging For using NLog with ASP.NET Core, check: https://www.nuget.org/packages/NLog.Web.AspNetCore

597.1M
downloads
NLog.Extensions.Logging package icon

NLog.Extensions.Logging

NLog LoggerProvider for Microsoft.Extensions.Logging for logging in .NET Standard libraries and .NET Core applications. For ASP.NET Core, check: https://www.nuget.org/packages/NLog.Web.AspNetCore

238.3M
downloads
NLog.Web.AspNetCore package icon

NLog.Web.AspNetCore

Integrates NLog as provider for Microsoft.Extensions.Logging, and provides NLog LayoutRenderers to enrich logging output with details from HttpContext.

169.2M
downloads
NLog.Schema package icon

NLog.Schema

NLog Schema XSD-file for enabling Intellisense, when editing NLog.config XML file in Visual Studio. The nuget-package will try to copy the XSD-file into the project-folder, so one can reference NLog.xsd from NLog.config: <nlog xmlns="http://www.nlog-project.org/schemas/NLog.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.nlog-project.org/schemas/NLog.xsd NLog.xsd"> </nlog> If this nuget-package fails to place the XSD-file into the project-folder then one can download latest here: https://nlog-project.org/schemas/NLog.xsd Alternative enable the Visual Studio option "Automatically download DTDs and schemas" and specify the complete URL: <nlog xmlns="http://www.nlog-project.org/schemas/NLog.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.nlog-project.org/schemas/NLog.xsd http://www.nlog-project.org/schemas/NLog.xsd"> </nlog>

43.9M
downloads
NLog.Config package icon

NLog.Config

NLog.config file to get started with configuring NLog. This package is not mandatory to get started with NLog: the configuration file can created manually (read specs here: https://github.com/NLog/NLog/wiki/Configuration-file) or the configuration can be created programmatically. (read more here: https://github.com/NLog/NLog/wiki/Configuration-API) Note: Unfortunately this package won't work well when using <PackageReference> Advised to: - download manually: https://raw.githubusercontent.com/NLog/NLog/v4.4/src/NuGet/NLog.Config/content/NLog.config - set "Copy To Output Directory" to "Copy if newer"

35.0M
downloads
NLog.Web package icon

NLog.Web

NLog logging for ASP.NET and ASP.NET MVC. Includes targets and layout renderers for websites and web applications. This package is for ASP.NET 3.5+ For ASP.NET Core: Check https://www.nuget.org/packages/NLog.Web.AspNetCore

13.2M
downloads
NLog.Database package icon

NLog.Database

NLog.Database includes DatabaseTarget for writing to any database with DbProvider support

12.8M
downloads
NLog.Extended package icon

NLog.Extended

NLog.Extended.dll provides MSMQ target and AppSetting renderer

10.8M
downloads
NLog.WindowsEventLog package icon

NLog.WindowsEventLog

NLog.WindowsEventLog provides access to the EventLog-target for NetStandard

7.6M
downloads
NLog.DiagnosticSource package icon

NLog.DiagnosticSource

NLog Integration for Microsoft System.Diagnostics.DiagnosticSource and Activity TraceId / SpanId

6.9M
downloads
NLog.Extensions.Hosting package icon

NLog.Extensions.Hosting

NLog extension for Microsoft.Extensions.Hosting for logging in .NET Standard libraries and .NET Core applications using IHostBuilder. For ASP.NET Core, check: https://www.nuget.org/packages/NLog.Web.AspNetCore

6.1M
downloads
NLog.MailKit package icon

NLog.MailKit

NLog Mail Target for .NET Core & .NET Standard 2.0+ using MailKit. This package add the mail target to NLog and has the same options* as the original Mail Target. If the mail target was already available on your platform, this package will overwrite the original Mail Target. * Compared to the original MailTarget, the following options aren't implemented: - NTLM auth * MailKit gives more control of the sockets, so you get the `secureSocketOption` option for free!

2.9M
downloads
NLog.WindowsIdentity package icon

NLog.WindowsIdentity

NLog.WindowsIdentity provides support for Windows-Identity Lookup and ImpersonatingTarget

1.8M
downloads
NLog.Owin.Logging package icon

NLog.Owin.Logging

NLog logging adapter for OWIN

1.0M
downloads
NLog.Windows.Forms package icon

NLog.Windows.Forms

Extend NLog with targets for Windows Forms applications. For example: writing to a richtextbox or raising alert popups.

744.5K
downloads
NLog.Targets.Network package icon

NLog.Targets.Network

NetworkTarget for sending messages using TCP / UDP sockets with support for SSL / TSL (Log4JXml / GELF / Syslog / Splunk)

592.3K
downloads
NLog.OutputDebugString package icon

NLog.OutputDebugString

NLog.OutputDebugString provides support for DebugView output

580.3K
downloads
NLog.Elmah package icon

NLog.Elmah

Integrates NLog with ELMAH

354.4K
downloads
NLog.Etw package icon

NLog.Etw

NLog target for Windows Event Tracing - ETW

351.8K
downloads
NLog.Targets.Trace package icon

NLog.Targets.Trace

Trace Target for System.Diagnostics.Trace

315.5K
downloads
NLog.Targets.Redis package icon

NLog.Targets.Redis

NLog Target for Redis supporting .NET, .NET Standard and .NET Framework

260.9K
downloads
NLog.Targets.AtomicFile package icon

NLog.Targets.AtomicFile

FileTarget with support for atomic append where multiple processes can write to the same file

249.4K
downloads
NLog.InstallNLogConfig package icon

NLog.InstallNLogConfig

Tool for install NLog configuration

216.9K
downloads
NLog.Targets.ConcurrentFile package icon

NLog.Targets.ConcurrentFile

FileTarget with support for ConcurrentWrites with Global Mutex and EnableArchiveFileCompression with ZIP

212.5K
downloads
NLog.Targets.MauiLog package icon

NLog.Targets.MauiLog

NLog MauiLog Target for writing to Apple Unified Logging / Android.Util.Log for LogCat

196.3K
downloads
NLog.Targets.GZipFile package icon

NLog.Targets.GZipFile

FileTarget with support for writing GZip FileStream

165.2K
downloads
NLog.Targets.WebService package icon

NLog.Targets.WebService

WebServiceTarget for calling HTTP / SOAP / REST web-service methods

164.1K
downloads
NLog.Targets.Mail package icon

NLog.Targets.Mail

NLog.Targets.Mail for sending emails using the .NET SmtpClient

119.9K
downloads
NLog.Wcf package icon

NLog.Wcf

NLog.WCF ServiceModel provides LogReceiverService target and the WCF contract interfaces/implementations

117.5K
downloads
NLog.RegEx package icon

NLog.RegEx

NLog.RegEx included ${regex-replace} and condition method regex-matches

106.4K
downloads

7 more packages load after hydration.