io: i really ought to be working on the ppu and apu by now
Signed-off-by: Amneesh Singh <natto@weirdnatto.in>
This commit is contained in:
		@@ -19,7 +19,7 @@ class Logger {
 | 
			
		||||
    using LogLevel = matar::LogLevel;
 | 
			
		||||
 | 
			
		||||
  public:
 | 
			
		||||
    Logger(LogLevel level = LogLevel::Debug, FILE* stream = stderr)
 | 
			
		||||
    Logger(LogLevel level = LogLevel::Debug, FILE* stream = stdout)
 | 
			
		||||
      : level(0)
 | 
			
		||||
      , stream(stream) {
 | 
			
		||||
        set_level(level);
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user