mirror of
https://github.com/paboyle/Grid.git
synced 2024-11-13 01:05:36 +00:00
Backing off the colour
This commit is contained in:
parent
e051119769
commit
68b02da483
@ -71,7 +71,8 @@ public:
|
|||||||
StopWatch.Start();
|
StopWatch.Start();
|
||||||
stream << BLACK<< log.topName << BLACK<< " : ";
|
stream << BLACK<< log.topName << BLACK<< " : ";
|
||||||
stream << log.COLOUR <<std::setw(10) << std::left << log.name << BLACK << " : ";
|
stream << log.COLOUR <<std::setw(10) << std::left << log.name << BLACK << " : ";
|
||||||
stream << YELLOW<< now <<BLACK << " : " << log.COLOUR;
|
// stream << YELLOW<< now <<BLACK << " : " ;
|
||||||
|
stream << log.COLOUR;
|
||||||
return stream;
|
return stream;
|
||||||
} else {
|
} else {
|
||||||
return devnull;
|
return devnull;
|
||||||
|
Loading…
Reference in New Issue
Block a user