adapted to the extended printLine() method

git-svn-id: https://zeitsenke.de/svn/SyncEvolution/trunk@573 15ad00c4-1369-45f4-8270-35d70d36bdcd
This commit is contained in:
Patrick Ohly 2008-04-07 17:51:17 +00:00
parent a66b80036b
commit 6626c02d67
1 changed files with 4 additions and 0 deletions

View File

@ -66,14 +66,18 @@ extern "C" EContact *e_contact_new_from_vcard(const char *vcard)
class CmdLineLogger : public POSIXLog {
protected:
virtual void printLine(bool firstLine,
time_t time,
const char *fullTime,
const char *shortTime,
const char *utcTime,
LogLevel level,
const char *levelPrefix,
const char *line) {
POSIXLog::printLine(firstLine,
time,
fullTime,
shortTime,
utcTime,
level,
levelPrefix,
line);