|
CuteLogger
Fast and simple logging solution for Qt based applications
|
| CAbstractAppender | Abstract base class for writing a log entries |
| CAbstractStringAppender | Convinient base for appenders working with plain text formatted logs |
| CConsoleAppender | ConsoleAppender is the simple appender that writes the log records to the std::cerr output stream |
| CDataQueue | The DataQueue provides a thread safe container for passing data between objects |
| CFileAppender | Simple appender that writes the log records to the plain text file |
| CLogger | Very simple but rather powerful component which may be used for logging your application activities |
| COutputDebugAppender | Appender that writes the log records to the Microsoft Debug Log |
| CRollingFileAppender | Extends FileAppender so that the underlying file is rolled over at a user chosen frequency |
| CScopeWidget | The ScopeWidget provides a common interface for all scopes in Shotcut |
| CSharedFrame | The SharedFrame provides thread safe access to Mlt::Frame data |