NLogLogging
NuGet publisher profile
Packages (37)
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
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
NLog.Web.AspNetCore
Integrates NLog as provider for Microsoft.Extensions.Logging, and provides NLog LayoutRenderers to enrich logging output with details from HttpContext.
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>
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"
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
NLog.Database
NLog.Database includes DatabaseTarget for writing to any database with DbProvider support
NLog.Extended
NLog.Extended.dll provides MSMQ target and AppSetting renderer
NLog.WindowsEventLog
NLog.WindowsEventLog provides access to the EventLog-target for NetStandard
NLog.DiagnosticSource
NLog Integration for Microsoft System.Diagnostics.DiagnosticSource and Activity TraceId / SpanId
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
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!
NLog.WindowsIdentity
NLog.WindowsIdentity provides support for Windows-Identity Lookup and ImpersonatingTarget
NLog.Owin.Logging
NLog logging adapter for OWIN
NLog.Windows.Forms
Extend NLog with targets for Windows Forms applications. For example: writing to a richtextbox or raising alert popups.
NLog.Targets.Network
NetworkTarget for sending messages using TCP / UDP sockets with support for SSL / TSL (Log4JXml / GELF / Syslog / Splunk)
NLog.OutputDebugString
NLog.OutputDebugString provides support for DebugView output
NLog.Elmah
Integrates NLog with ELMAH
NLog.Etw
NLog target for Windows Event Tracing - ETW
NLog.Targets.Trace
Trace Target for System.Diagnostics.Trace
NLog.Targets.Redis
NLog Target for Redis supporting .NET, .NET Standard and .NET Framework
NLog.Targets.AtomicFile
FileTarget with support for atomic append where multiple processes can write to the same file
NLog.InstallNLogConfig
Tool for install NLog configuration
NLog.Targets.ConcurrentFile
FileTarget with support for ConcurrentWrites with Global Mutex and EnableArchiveFileCompression with ZIP
NLog.Targets.MauiLog
NLog MauiLog Target for writing to Apple Unified Logging / Android.Util.Log for LogCat
NLog.Targets.GZipFile
FileTarget with support for writing GZip FileStream
NLog.Targets.WebService
WebServiceTarget for calling HTTP / SOAP / REST web-service methods
NLog.Targets.Mail
NLog.Targets.Mail for sending emails using the .NET SmtpClient
NLog.Wcf
NLog.WCF ServiceModel provides LogReceiverService target and the WCF contract interfaces/implementations
NLog.RegEx
NLog.RegEx included ${regex-replace} and condition method regex-matches
7 more packages load after hydration.