Found 33 packages
Framework Logger File
A lightweight and customizable file logger implementation for the Microsoft.Extensions.Logging framework.
A simple logger that writes to a file. DI ready. Contact me if need help.
Extensions for AspNetCore DateTimeExtensions EnumExtensions ExceptionExtensions HttpRequestExtensions JsonExtensions LinqExtensions ReflectExtensions ServiceExtensions StringExtensions Logger JsonFile reader
Diagnostic trace logger for .NET Framework and Core. Easy to get started but has advanced features. Sophisticated viewer allows filtering and coloring by thread, method, category, etc. Send output to multiple destinations including file, event log, and console.
Library was created for logging method calls, exceptions, property changes and additional data selected by the user from a solution, and saving the logs in a file with clear, transparent and readable format. Currently logger works only with .Net Framework.
A framework for resilient coding. The framework provides: basic logging, statistics, forensic logging (and tracing) and exception management (retry policies).
基于 SQLite 的高性能异步日志库,支持按天分库、按小时分表,适用于 .NET Framework 和 .NET Core。
Simple package for internal logging into the local file
Basic Console and File Logging for the Zerra Framework for a quick start. Ideally replaced with a custom implementation of ILoggingProvider and IMessageLogger later on.
Implements actual loggers and exception handlers (eventlog, database, file, email) using the sphyrnidae logging framework
A simple logger with an ability to log to email, file and Entity Framework 6 Code First database. Read more in readme.
This API provides all functionnalities necessary to log text and data to different targets, allowing to select only relevant log items categories, log types and source objects throught appropriate filters. It is possible to choose log items properties from more than 10 ones (including information about the caller: object, type, method / property name,source file name and line number) and to control the formating of log items texts (formating,order and size of columns). Several standard loggers are provided, but new ones can be developped in a very simple way. Each component can also be extended in order to support new functionnalities. The API is designed to run fast. Filters and formating can be controlled in a global way or individualy for each logger. It can store items in real time and delivers it in a deferred way by blocks. It supports multithreading contexts.
Logger is a framework for logging .NET applications. Can be used to log the output for different targets, like logging output in a text file, Database, Console, Mail (SMTP), Remote, and others.
It writes information about each method to the file "~ \Logs\log-yyyy-MM-dd.txt". Inputs with parameters, output and errors. When declare, you can define what you want to log in if it's only exceptions... . Written in Standart 2.0 - For framework 4.7.1 include netstandart reference. Only 4.7.1 Transitional version You need to create a folder and assign the right write to it.
Bonyan Modularity Framework v1.6.0 - A microkernel architecture framework for building modular .NET applications. Version 1.6.0 Changes: • Breaking: Introduced phase-specific configuration contexts (BonPreConfigurationContext, BonConfigurationContext, BonPostConfigurationContext) for stricter architectural control • Breaking: Removed [DependsOn] attribute support - all modules must use constructor-based dependency declaration (DependOn<TModule>()) • Enhanced: Recursive module discovery starting from root entry point with improved dependency graph visualization • Fixed: LoggerFactory disposal issues, IBonUnitOfWorkManager resolution, and module lifecycle management • Improved: Better separation of concerns between presentation/infrastructure and domain layers See RELEASE_NOTES.md for complete migration guide and detailed changelog.
A lightweight, easy-to-use .NET logging library specifically designed for writing structured logs to Elasticsearch. Supports multiple .NET platforms, including .NET Framework and .NET Core/.NET 5+. Features include: - Multi-platform support (.NET Framework 4.7.2+, .NET Framework 4.8, .NET Standard 2.0, .NET Standard 2.1) - Structured logging for easy querying and analysis - High-performance buffering mechanism with batch sending - Flexible configuration (code-based and JSON file configuration) - Rich log levels (Debug, Info, Warn, Error, Fatal) - Secure connection support (HTTPS/Basic Auth) - Index management (fixed index/daily rolling index) - Async logging support
Coject Logger Coject Logger is a versatile logging helper designed to streamline the logging process in any project. It provides a simple and efficient interface for developers to log messages, errors, and other important information, enhancing the debugging and monitoring capabilities of applications. Key Features: * Flexible Logging Levels: Supports various logging levels such as DEBUG, INFO, WARN, ERROR, and FATAL, allowing developers to categorize log messages effectively. * Customizable Output: Offers options to customize the output format of log messages, including timestamps, log levels, and message content. * File and Console Logging: Capable of logging messages to both console and log files, ensuring that important information is captured and easily accessible. * Performance Optimization: Designed with performance in mind, minimizing the overhead associated with logging operations. * Easy Integration: Simple to integrate into any project, regardless of the programming language or framework used. Usage: Coject Logger can be instantiated and used to log messages throughout the application lifecycle, providing developers with a powerful tool to monitor application behavior and troubleshoot issues effectively.
TSLAppLogger is a high-performance, asynchronous logging library for .NET Framework 4.8, designed for telecom, Windows services, and high-throughput server applications. It provides non-blocking background logging, automatic file rotation and retention, structured logging with key-value pairs, optional JSON output, Windows Event Log support, and fail-safe diagnostics suitable for long-running production services.