mirror of
				https://github.com/Zygo/bees.git
				synced 2025-11-04 04:00:36 +01:00 
			
		
		
		
	chatter: add option to remove log level prefix
Some projects use only one log level, so there is no need to repeat it for every line. Signed-off-by: Zygo Blaxell <bees@furryterror.org>
This commit is contained in:
		@@ -50,6 +50,7 @@ namespace crucible {
 | 
			
		||||
		~Chatter();
 | 
			
		||||
 | 
			
		||||
		static void enable_timestamp(bool prefix_timestamp);
 | 
			
		||||
		static void enable_level(bool prefix_level);
 | 
			
		||||
	};
 | 
			
		||||
 | 
			
		||||
	template <class Argument>
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user