Update README.md
This commit is contained in:
		
							parent
							
								
									caff7296b1
								
							
						
					
					
						commit
						12bbef308b
					
				@ -240,7 +240,7 @@ void err_handler_example()
 | 
				
			|||||||
void syslog_example()
 | 
					void syslog_example()
 | 
				
			||||||
{
 | 
					{
 | 
				
			||||||
    std::string ident = "spdlog-example";
 | 
					    std::string ident = "spdlog-example";
 | 
				
			||||||
    auto syslog_logger = spdlog::syslog_logger("syslog", ident, LOG_PID);
 | 
					    auto syslog_logger = spdlog::syslog_logger_mt("syslog", ident, LOG_PID);
 | 
				
			||||||
    syslog_logger->warn("This is warning that will end up in syslog.");
 | 
					    syslog_logger->warn("This is warning that will end up in syslog.");
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
```
 | 
					```
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user