Skip to main content

NLogLogging

@NLogLogging · 37 packages

1.1B
downloads in this snapshot

Published packages

Top 37 packages by downloads.

All profiles

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

593.2M6.1.4

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

236.7M6.1.4

NLog.Web.AspNetCore

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

168.1M6.1.4

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.7M6.1.4

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"

34.9M4.7.15

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.2M6.1.4

NLog.Database

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

12.7M6.0.3

NLog.Extended

NLog.Extended.dll provides MSMQ target and AppSetting renderer

10.7M4.7.15

NLog.WindowsEventLog

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

7.5M6.1.4

NLog.DiagnosticSource

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

6.8M6.1.4

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.1M6.1.4

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.9M6.1.5

NLog.WindowsIdentity

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

1.8M6.0.2

NLog.Owin.Logging

NLog logging adapter for OWIN

1.0M4.0.0

NLog.Windows.Forms

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

742.1K6.1.4

NLog.OutputDebugString

NLog.OutputDebugString provides support for DebugView output

575.5K6.1.4

NLog.Targets.Network

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

573.5K6.0.4

NLog.Elmah

Integrates NLog with ELMAH

353.6K4.1.0

NLog.Etw

NLog target for Windows Event Tracing - ETW

350.0K6.1.1

NLog.Targets.Trace

Trace Target for System.Diagnostics.Trace

300.1K6.0.3

NLog.Targets.Redis

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

260.2K3.1.0

NLog.Targets.AtomicFile

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

241.2K6.1.4

NLog.InstallNLogConfig

Tool for install NLog configuration

216.2K2.0.0

NLog.Targets.ConcurrentFile

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

202.3K6.0.3

NLog.Targets.MauiLog

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

194.5K10.1.3

NLog.Targets.GZipFile

FileTarget with support for writing GZip FileStream

158.7K6.1.4

NLog.Targets.WebService

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

157.8K6.1.1

NLog.Wcf

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

117.0K6.1.3

NLog.Targets.Mail

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

116.5K6.1.1

NLog.MSMQ

NLog MSMQ target - write to the Microsoft Message Queuing

101.9K5.3.1

NLog.RegEx

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

101.9K6.1.4

NLog.Targets.AppCenter

NLog Target for Microsoft AppCenter - https://docs.microsoft.com/appcenter/

87.9K6.0.2

NLog.PerformanceCounter

NLog.PerformanceCounter provides support for Windows Performance Counters

52.3K5.2.0

NLog.WindowsRegistry

NLog.WindowsRegistry provides support for Windows Registry Lookup

21.2K6.0.3

NLog.ManualFlush

Allows you to control when NLog flushes

13.8K4.0.1

NLog.Targets.HttpClient

NLog HttpClientTarget for sending log messages to HTTP or HTTPS endpoint, with support for batching and compression.

5226.1.4-Preview4

NLog.Targets.OpenTelemetryHttp

NLog OpenTelemetryHttpTarget for sending log events to OpenTelemetry HTTP endpoint using protobuf (OTLP/HTTP).

1726.1.4-Preview4