A flexible and extensible logging system for Java applications.
Supports multiple log destinations, context-based logging, ANSI-colored console output, file persistence, exception stack traces, and a fluent builder API.
- Multi-destination logging (console, file, or custom loggers)
- Context-aware logging for modules or components
- Multiple log levels:
INFO,DEBUG,WARN,ERROR,EXCEPTION,FATAL,CHAT,CUSTOM - Fluent
LogBuilderAPI for advanced logging - Exception logging with full stack trace
- ANSI color-coded console output
- Thread-safe composite logger
- File logging with automatic ANSI code removal
- Toggleable debug-level logging
- Lightweight and easy to integrate
This project is licensed under the MIT License. See LICENSE for details.