mirror of
				https://github.com/paboyle/Grid.git
				synced 2025-10-31 12:04:33 +00:00 
			
		
		
		
	fixing potential issues with log alignment and timer I/O
This commit is contained in:
		| @@ -130,6 +130,8 @@ public: | ||||
|   friend std::ostream& operator<< (std::ostream& stream, Logger& log){ | ||||
|  | ||||
|     if ( log.active ) { | ||||
|       std::ios_base::fmtflags f(stream.flags()); | ||||
|  | ||||
|       stream << log.background()<<  std::left; | ||||
|       if (log.topWidth > 0) | ||||
|       { | ||||
| @@ -152,6 +154,8 @@ public: | ||||
| 	       << now	       << log.background() << " : " ; | ||||
|       } | ||||
|       stream << log.colour(); | ||||
|       stream.flags(f); | ||||
|  | ||||
|       return stream; | ||||
|     } else {  | ||||
|       return devnull; | ||||
|   | ||||
		Reference in New Issue
	
	Block a user