ealogger
ealogger is a c++ library that provides a blazing fast and easy to use logging mechanism
Class List
Here are the classes, structs, unions and interfaces with brief descriptions:
[detail level 12]
 NealoggerMain namespace for ealogger
 CConversionPatternA conversion pattern for message templates
 CLoggerEalogger main class
 CLogMessageLog message struct
 CLogQueueThreadsafe queue ealogger uses to store log messages
 CSinkA sink is an object that writes the log message to a specific target
 CSinkConsoleSink to write to a console
 CSinkFileSink to write to a log file
 CSinkSyslogSink writing to unix syslog