Home
last modified time | relevance | path

Searched refs:FILELog (Results 1 – 10 of 10) sorted by relevance

/glogg/glogg/src/
H A Dlog.h
H A Dmain.cpp
/glogg/src/
H A Dlog.h149 typedef Log<Output2FILE> FILELog; typedef
157 else if (level > FILELog::ReportingLevel() || !Output2FILE::Stream()) ; \
158 else FILELog().Get(level, __FILE__, __LINE__)
H A Dmain.cpp169 FILELog::setReportingLevel( logLevel ); in main()
/glogg/glogg/tests/
H A DlogfiltereddataPerfTest.cpp
H A DlogdataPerfTest.cpp
H A DwatchtowerTest.cpp
/glogg/tests/
H A DlogfiltereddataPerfTest.cpp25 FILELog::setReportingLevel( logERROR ); in PerfLogFilteredData()
H A DlogdataPerfTest.cpp22 FILELog::setReportingLevel( logERROR ); in PerfLogData()
H A DwatchtowerTest.cpp74 FILELog::setReportingLevel( logERROR ); in WatchTowerBehaviour()