Found 309 packages
An MSBuild logger that can be passed to MSBuild to record a detailed structured log file. See usage example at: https://github.com/KirillOsenkov/MSBuildStructuredLog/blob/main/README.md#usage
A lightweight and customizable file logger implementation for the Microsoft.Extensions.Logging framework.
Framework Logger File
Lightweight file logging provider implementation for NET6 / NET8 / NET10+ .NET Core without dependencies on logging frameworks. How to use: using NReco.Logging.File; services.AddLogging(loggingBuilder => { loggingBuilder.AddFile("app.log", append:true); }); More details and examples: https://github.com/nreco/logging
File logger provider implementation for Microsoft.Extensions.Logging. This logger logs messages to rolling files by writing messages to the file system.
Provides a file logger that emits messages to a log file.
A light weight yet competent logger for .NET with configurable output modules, such as log file, e-mail and debug log. Easy to add your own output module if needed.
High-Performance Static Structured Logger with Minimal Allocations
A file logger for Dapplo.Log
This is an Error Logger for C# Applications. It uses a standard class library to allow you to easily log all errors to a single Text File an SQL Database or an SQLite Database. You can pass in parameters to allow the log to be created in a specific location with any given name. This library now also allows you to update the configuration from within the Codebase itself and also read from any Log File created.
.Net platfroms log service. Your logs write local file, bacup local and post remote server.
The easiest logging library to use to send log messages to syslog, the console, or the file system. It's. REALLY. Easy.
Using this library, you can easily save your application logs in ElasticSearch database or files.
The LoggerLite is a .NET Core and .NET classic compatible solution, featuring one interface ILogger, handfull of implementations and a passive debouncer. The solution is a thin wrapper around .NET FileStreaming, XDocument, Console and other classes. Currently, the project contains following implementations: Console Logger Debug Trace Logger File Logger Xml Logger Yaml Logger JSON Logger Html Logger Aggreagate Logger
A simple logger that writes to a file. DI ready. Contact me if need help.
aquirrel base lib. local file log provider
JSON structured logging features for the Karambolo.Extensions.Logging.File library.
Extension methods for Najlot.Log to handle log configuration with XML files.
A very simple logger for .NET programs
.net file logger