CuteLogger
Fast and simple logging solution for Qt based applications
AbstractAppender Member List

This is the complete list of members for AbstractAppender, including all inherited members.

AbstractAppender()AbstractAppender
append(const QDateTime &timeStamp, Logger::LogLevel logLevel, const char *file, int line, const char *function, const QString &category, const QString &message)=0AbstractAppenderprotectedpure virtual
detailsLevel() constAbstractAppender
setDetailsLevel(Logger::LogLevel level)AbstractAppender
setDetailsLevel(const QString &level)AbstractAppender
write(const QDateTime &timeStamp, Logger::LogLevel logLevel, const char *file, int line, const char *function, const QString &category, const QString &message)AbstractAppender
~AbstractAppender()AbstractAppendervirtual