Subversion Repositories tpanel

Rev

Rev 26 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 26 Rev 31
Line 271... Line 271...
271
 
271
 
272
    if (!TConfig::isLongFormat())
272
    if (!TConfig::isLongFormat())
273
        *mStream << "Logfile started at " << getTime() << std::endl;
273
        *mStream << "Logfile started at " << getTime() << std::endl;
274
 
274
 
275
    *mStream << TConfig::getProgName() << " version " << V_MAJOR << "." << V_MINOR << "." << V_PATCH << std::endl;
275
    *mStream << TConfig::getProgName() << " version " << V_MAJOR << "." << V_MINOR << "." << V_PATCH << std::endl;
276
    *mStream << "(C) Copyright by Andreas Theofilu <andreas@theosys.at>" << std::endl << std::endl;
276
    *mStream << "(C) Copyright by Andreas Theofilu <andreas@theosys.at>" << std::endl << " " << std::endl;
277
 
277
 
278
    if (TConfig::isLongFormat())
278
    if (TConfig::isLongFormat())
279
        *mStream << "Timestamp           Type LNr., File name           , Message" << std::endl;
279
        *mStream << "Timestamp           Type LNr., File name           , Message" << std::endl;
280
    else
280
    else
281
        *mStream << "Type LNr., Message" << std::endl;
281
        *mStream << "Type LNr., Message" << std::endl;