1
0
mirror of https://github.com/paboyle/Grid.git synced 2025-06-16 23:07:05 +01:00

Log: generalised Logger class to allow separate logs in Grid-based applications

This commit is contained in:
2015-10-27 17:31:13 +00:00
committed by Antonin Portelli
parent 1b22ce5720
commit 8709117aea
2 changed files with 33 additions and 25 deletions

View File

@ -2,8 +2,8 @@
namespace Grid {
GridStopWatch GridLogger::StopWatch;
std::ostream GridLogger::devnull(0);
GridStopWatch Logger::StopWatch;
std::ostream Logger::devnull(0);
GridLogger GridLogError (1,"Error");
GridLogger GridLogWarning (1,"Warning");