Skip to content

a8kj7sea/SimpleLog

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

SimpleLog

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.

Features

  • 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 LogBuilder API 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
image

License

This project is licensed under the MIT License. See LICENSE for details.

About

SimpleLog is a lightweight, flexible Java logging system with multiple log destinations, context-aware logging, ANSI-colored console output, file persistence, and support for exception stack traces.

Resources

License

Stars

3 stars

Watchers

0 watching

Forks

Contributors

Languages