config
This commit is contained in:
8
sink/logging.h
Normal file
8
sink/logging.h
Normal file
@ -0,0 +1,8 @@
|
||||
#ifndef _LOGGING_H_
|
||||
#define _LOGGING_H_
|
||||
|
||||
#include <syslog.h>
|
||||
|
||||
void logmsg(int prio, const char* format, ...);
|
||||
|
||||
#endif // _LOGGING_H_
|
Reference in New Issue
Block a user