LogIt++
Loading...
Searching...
No Matches
Class List
Here are the classes, structs, unions and interfaces with brief descriptions:
[detail level 123]
 NlogitThe primary namespace for the LogIt++ library
 CConsoleLoggerLogger that outputs log messages to the console with optional color coding
 CConfigConfiguration for the console logger
 CFileLoggerLogger that outputs log messages to files with date-based rotation and old file deletion
 CConfigConfiguration for the file logger
 CFormatInstructionStructure to store log formatting instructions
 CILogFormatterInterface for formatting log records
 CILoggerInterface for loggers that handle log message output
 CLoggerSingleton class that manages multiple loggers and formatters
 CLoggerStrategyStructure to hold a logger-formatter pair
 CLogRecordStores log metadata and content
 CLogStreamA stream-based logger that collects log messages using the << operator
 CPathComponentsStructure to hold the root and components of a path
 CPatternCompilerCompiler for log formatting patterns
 CSimpleLogFormatterA simple log formatter that formats log messages based on a user-defined pattern
 CConfigConfiguration for the log formatter
 CTaskExecutorA thread-safe task executor that processes tasks in a dedicated worker thread
 CUniqueFileLoggerLogger that writes each log message to a unique file with date-time and hash in the filename
 CConfigConfiguration for the unique file logger
 CThreadLogInfo
 CVariableValueStructure for storing values of various types, including enumerations