Subversion Repositories tpanel

Rev

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

Rev 142 Rev 153
Line 309... Line 309...
309
#endif  // LOGPATH == LPATH_FILE
309
#endif  // LOGPATH == LPATH_FILE
310
 
310
 
311
    if (!TConfig::isLongFormat())
311
    if (!TConfig::isLongFormat())
312
        *mStream << "Logfile started at " << getTime() << std::endl;
312
        *mStream << "Logfile started at " << getTime() << std::endl;
313
 
313
 
314
    *mStream << TConfig::getProgName() << " version " << V_MAJOR << "." << V_MINOR << "." << V_PATCH << std::endl;
314
    *mStream << TConfig::getProgName() << " version " << VERSION_STRING() << std::endl;
315
    *mStream << "(C) Copyright by Andreas Theofilu <andreas@theosys.at>" << std::endl << " " << std::endl;
315
    *mStream << "(C) Copyright by Andreas Theofilu <andreas@theosys.at>" << std::endl << " " << std::endl;
316
 
316
 
317
    if (TConfig::isLongFormat())
317
    if (TConfig::isLongFormat())
318
        *mStream << "Timestamp           Type LNr., File name           , Message" << std::endl;
318
        *mStream << "Timestamp           Type LNr., File name           , Message" << std::endl;
319
    else
319
    else