Vidalia 0.2.12
|
Go to the source code of this file.
Defines | |
#define | LOGFILE_MODE (QIODevice::WriteOnly|QIODevice::Append|QIODevice::Text) |
#define | TIMESTAMP_FMT "MMM dd HH:mm:ss.zzz" |
#define LOGFILE_MODE (QIODevice::WriteOnly|QIODevice::Append|QIODevice::Text) |
Open log files for appending as write-only text.
Definition at line 22 of file Log.cpp.
Referenced by Log::open().
#define TIMESTAMP_FMT "MMM dd HH:mm:ss.zzz" |
Format for log message timestamps.
Definition at line 25 of file Log.cpp.
Referenced by Log::LogMessage::toString().