18#include "CuteLogger_global.h"
19#include <AbstractStringAppender.h>
33 QString fileName()
const;
34 void setFileName(
const QString&);
40 const char* function,
const QString& category,
const QString& message);
46 QTextStream m_logStream;
47 mutable QMutex m_logFileMutex;
virtual void append(const QDateTime &timeStamp, Logger::LogLevel logLevel, const char *file, int line, const char *function, const QString &category, const QString &message)=0
Writes the log record to the logger instance
The AbstractStringAppender class provides a convenient base for appenders working with plain text for...
Definition: AbstractStringAppender.h:27
Simple appender that writes the log records to the plain text file.
Definition: FileAppender.h:28
LogLevel
Describes the possible severity levels of the log records
Definition: Logger.h:83