Logger System 1.0.0
High-performance C++20 thread-safe logging system with asynchronous capabilities
Loading...
Searching...
No Matches
formatters Directory Reference
Directory dependency graph for formatters:
include/kcenon/logger/formatters

Files

 base_formatter.h
 Base implementation for log formatters with pattern support.
 
 json_formatter.h
 JSON formatter for structured logging kcenon.
 
 logfmt_formatter.h
 Logfmt formatter for structured logging kcenon.
 
 raw_formatter.h
 Pass-through formatter that emits the message field unchanged.
 
 template_formatter.h
 Template-based customizable formatter for structured logging kcenon.
 
 timestamp_formatter.h
 Default human-readable formatter with timestamps kcenon.