mirror of
https://github.com/paboyle/Grid.git
synced 2024-11-10 07:55:35 +00:00
log polish
This commit is contained in:
parent
64bf6fe54e
commit
0bf99bfde5
@ -69,10 +69,10 @@ public:
|
|||||||
StopWatch.Stop();
|
StopWatch.Stop();
|
||||||
GridTime now = StopWatch.Elapsed();
|
GridTime now = StopWatch.Elapsed();
|
||||||
StopWatch.Start();
|
StopWatch.Start();
|
||||||
stream << BLACK<< log.topName << BLACK<< " : ";
|
stream << BLACK <<std::setw(8) << std::left << log.topName << BLACK<< " : ";
|
||||||
stream << log.COLOUR <<std::setw(10) << std::left << log.name << BLACK << " : ";
|
stream << log.COLOUR <<std::setw(11) << log.name << BLACK << " : ";
|
||||||
stream << YELLOW<< now <<BLACK << " : " ;
|
stream << YELLOW <<std::setw(6) << now <<BLACK << " : " ;
|
||||||
stream << log.COLOUR;
|
stream << log.COLOUR;
|
||||||
return stream;
|
return stream;
|
||||||
} else {
|
} else {
|
||||||
return devnull;
|
return devnull;
|
||||||
|
Loading…
Reference in New Issue
Block a user