Torc
0.1
|
#include <torcloggingimp.h>
Public Member Functions | |
LoggerBase (const QString &FileName) | |
virtual | ~LoggerBase ()=default |
virtual bool | Logmsg (LogItem *Item)=0 |
Protected Member Functions | |
virtual bool | PrintLine (QByteArray &Line)=0 |
QByteArray | GetLine (LogItem *Item) |
Protected Attributes | |
QString | m_fileName |
Definition at line 40 of file torcloggingimp.h.
|
explicit |
Definition at line 319 of file torcloggingimp.cpp.
|
virtualdefault |
|
protected |
Definition at line 325 of file torcloggingimp.cpp.
|
pure virtual |
Implemented in WebLogger, and FileLogger.
|
protectedpure virtual |
Implemented in FileLogger.
|
protected |
Definition at line 53 of file torcloggingimp.h.