CuteLogger
Fast and simple logging solution for Qt based applications
Class List
Here are the classes, structs, unions and interfaces with brief descriptions:
 CAbstractAppenderAbstract base class for writing a log entries
 CAbstractStringAppenderConvinient base for appenders working with plain text formatted logs
 CConsoleAppenderConsoleAppender is the simple appender that writes the log records to the std::cerr output stream
 CDataQueueThe DataQueue provides a thread safe container for passing data between objects
 CFileAppenderSimple appender that writes the log records to the plain text file
 CLoggerVery simple but rather powerful component which may be used for logging your application activities
 COutputDebugAppenderAppender that writes the log records to the Microsoft Debug Log
 CRollingFileAppenderExtends FileAppender so that the underlying file is rolled over at a user chosen frequency
 CScopeWidgetThe ScopeWidget provides a common interface for all scopes in Shotcut
 CSharedFrameThe SharedFrame provides thread safe access to Mlt::Frame data