mirror of
				https://github.com/Zygo/bees.git
				synced 2025-11-03 19:50:34 +01:00 
			
		
		
		
	Add option for prefixing timestamps
To make bees more friendly to use with syslog/systemd, we add an option to omit timestamps from the log output. Signed-off-by: Kai Krakow <kai@kaishome.de>
This commit is contained in:
		@@ -86,6 +86,11 @@ namespace crucible {
 | 
			
		||||
		}
 | 
			
		||||
	};
 | 
			
		||||
 | 
			
		||||
	class ChatterTimestamp {
 | 
			
		||||
	public:
 | 
			
		||||
		ChatterTimestamp(int);
 | 
			
		||||
	};
 | 
			
		||||
 | 
			
		||||
	class ChatterBox {
 | 
			
		||||
		string m_file;
 | 
			
		||||
		int m_line;
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user