Skip to main content
304NotModified avatar

304NotModified

NuGet publisher profile

Packages
31
Total Downloads
1.2B
1,158,579,037

Packages (31)

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
UTF.Unknown package icon

UTF.Unknown

Detect character set for files, streams and other bytes. This package is based on Ude and since version 2 also on uchardet, which are ports of the Mozilla Universal Charset Detector. Features: - Easy to use API - Supports frameworks: - .NET 6 (Will be dropped in the future) - .NET 8 - .NET Standard 2.0 - Strong named - XML documentation included Compared to Ude: - Refactor of API, namespaces and deadcode removal - Added some docs - Improve error handling - Improved unit tests

8.7M
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.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.Redis package icon

NLog.Targets.Redis

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

260.9K
downloads
NLog.InstallNLogConfig package icon

NLog.InstallNLogConfig

Tool for install NLog configuration

216.9K
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
Stamp.Fody package icon

Stamp.Fody

Stamps an assembly with git information.

127.4K
downloads
NLog.Wcf package icon

NLog.Wcf

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

117.5K
downloads
NLog.MSMQ package icon

NLog.MSMQ

NLog MSMQ target - write to the Microsoft Message Queuing

102.9K
downloads
NLog.Targets.AppCenter package icon

NLog.Targets.AppCenter

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

88.2K
downloads
NLog.PerformanceCounter package icon

NLog.PerformanceCounter

NLog.PerformanceCounter provides support for Windows Performance Counters

52.7K
downloads
BuildBundlerMinifier-Typescript package icon

BuildBundlerMinifier-Typescript

Bundles and minifies CSS, JS and HTML files. Depending on Typescript build, so you can include .js files in your bundleconfig which are generated by Typescript.

38.1K
downloads
NLog.WindowsRegistry package icon

NLog.WindowsRegistry

NLog.WindowsRegistry provides support for Windows Registry Lookup

21.3K
downloads
NLog.ManualFlush package icon

NLog.ManualFlush

Allows you to control when NLog flushes

13.8K
downloads

1 more packages load after hydration.