mirror of
				https://github.com/paboyle/Grid.git
				synced 2025-11-04 14:04:32 +00:00 
			
		
		
		
	Backing off the colour
This commit is contained in:
		@@ -71,7 +71,8 @@ public:
 | 
			
		||||
            StopWatch.Start();
 | 
			
		||||
            stream << BLACK<< log.topName << 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;
 | 
			
		||||
        } else { 
 | 
			
		||||
            return devnull;
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user