304NotModified
NuGet publisher profile
Packages (31)
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
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
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.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.Redis
NLog Target for Redis supporting .NET, .NET Standard and .NET Framework
NLog.InstallNLogConfig
Tool for install NLog configuration
NLog.Targets.MauiLog
NLog MauiLog Target for writing to Apple Unified Logging / Android.Util.Log for LogCat
Stamp.Fody
Stamps an assembly with git information.
NLog.Wcf
NLog.WCF ServiceModel provides LogReceiverService target and the WCF contract interfaces/implementations
NLog.MSMQ
NLog MSMQ target - write to the Microsoft Message Queuing
NLog.Targets.AppCenter
NLog Target for Microsoft AppCenter - https://docs.microsoft.com/appcenter/
NLog.PerformanceCounter
NLog.PerformanceCounter provides support for Windows Performance Counters
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.
NLog.WindowsRegistry
NLog.WindowsRegistry provides support for Windows Registry Lookup
NLog.ManualFlush
Allows you to control when NLog flushes
1 more packages load after hydration.