LogIt++
Loading...
Searching...
No Matches
Logging Backends

A collection of backends for the LogIt logging system. More...

Namespaces

namespace  logit
 The primary namespace for the LogIt++ library.
 

Classes

class  logit::ConsoleLogger
 Outputs log messages to the console with optional ANSI color support. More...
 
class  logit::FileLogger
 Logs messages to files with date-based rotation and automatic deletion of old logs. More...
 
class  logit::UniqueFileLogger
 Writes each log message to a unique file with automatic cleanup. More...
 

Detailed Description

A collection of backends for the LogIt logging system.

This group includes various logger implementations that define how log messages are processed and stored, such as console output, file logging, and unique file logging.

Backends Included: