48 packages tagged with “EventLog”
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.WindowsEventLog provides access to the EventLog-target for NetStandard
This package exposes an enhanced developer experience for coding against the Microsoft.Diagnostics.Tracing.EventSource (including build time validation). Microsoft.Diagnostics.Tracing.EventSource allows for firing ETW events from managed code. It enables defining a strongly typed specification of an ETW provider that can be called by managed code. The EventSource class is also included in the .NET Framework. This package provides a newer version that has more features. It is meant to be used as a stop gap until those features it contains are ported to System.Diagnostics.Tracing.EventSource. For more details, have a look at http://msdn.microsoft.com/en-us/library/system.diagnostics.tracing.eventsource.aspx. New features: - ETW channel support - Support for static registration Supported Platforms: - .NET Framework 3.5 - .NET Framework 4.0 - .NET Framework 4.5 - Windows Store apps - Windows Phone App 8.1
Interfaced wrappers around System Diagnostics.
Windows Event Log logger provider implementation for Microsoft.Extensions.Logging.
Reporting interface for the firewall and the windows to support structured logging to the windows EventLog. The Package extends the reporting functionality to NuGet package Walter.Web.Firewall and is easily activated by dependency injection during service configuration services.AddFireWall(FireWallTrial.License, FireWallTrial.DomainKey , domainName: new Uri("https://www.your-domain.com", UriKind.Absolute) , options => { //your firewall settings }).UseEventLogLogging(options=>{ options.LogName = "FireWall"; options.SourceName = "www.your-domain.com"; }); More information on how to use this Add-On is available in this manual https://www.asp-waf.com/download/ASP-WAF-FireWall-Getting-Started.pdf
.Net Standard 2.0 compatible Log4Net appenders
Provides EventLog logging integration for other ServiceStack projects
Log Audit.NET events to the Windows EventLog when targeting net standard
EventLogs for integration events
EventLog Persistence with Entity Framework
This package includes samples illustrating the use of the Microsoft.Diagnostics.Tracing.EventSource library. Works best if you create a console app called 'DemoEventSource' and reference this package.
EventLog Persistence with MongoDb
Simplifies the use of Microsoft.Extensions.Logging.EventLog.
This is a Logger package build with .Net core 3.0, 2.2 and .net 4.7. It supports multiple targets as well as a number of logging levels. The class is implemented as a singleton. It is thread safe and optimized to not use locks.
This package includes DevUtils.ETWIMBA for firing ETW events from managed code and Performance Counters. It enables defining a strongly typed specification of an ETW provider that can be called by managed code. This package provides a newer version that has more features. It is meant to be used as a stop gap until those features it contains are ported to (System.Diagnostics.Tracing.EventSource).
This Package Contain Useful Library And Extension Method For Easy Develop High Tech .Net Application With EntityFramework. ForExample : Implementation Of Custom DbContext, DbContext Extension Method, DbSet Extension Method, ...
This Package Contain Useful Library And Extension Method For Easy Develop High Tech .Net Core Application With EntityFrameworkCore. ForExample : Implementation Of Custom DbContext, DbContext Extension Method, DbSet Extension Method, ...
Net Standard Logger
Provides .NET 2.0 and .NET Standard 2.0 classes for the System.Diagnostics.Eventing.Reader namespace related to reading events from the Windows Event Log. These classes were introduced into the standard library in .NET 3.5.
Log library that accelerates getting projects up and running with Serilog. Log to Console, File, Event Log, Seq, and Splunk!
Extension methods for Microsoft.Extensions.Logging
For Contact Us Please Send Mail Or Call To : Tel : +989301919109 Mail : mehrannoruzi@gmail.com
MADE.NET Diagnostics provides helpers to make debugging and logging results in your applications easier.
EventLogHelper is a lightweight, strongly-named library that simplifies writing to the Windows Event Log. It provides a static, testable interface for logging messages with automatic handling of event sources, message truncation, and category/event ID assignment. Ideal for developers who need a minimal-dependency logging utility that works seamlessly in Windows environments across .NET Framework and .NET Core/5+/6+/8+ projects.
A Serilog sink wrapper for the M-Files Vault Application SysUtils.ReportXToEventLog() to write to the Windows event log.
.Net audit provider for managing and logging into windows event logs (security log, application log)
EventLog is a library that identifies application events, records diagnostic and statistical information about them, and stores them in a relational database for further analysis. Within the scope of an application event, it has the ability to track the state of application domain models.