#ifndef LOGGER_STDOUT_H_ #define LOGGER_STDOUT_H_ #include "util/ua_log.h" /** Initialises the logger for the current thread. */ void Logger_Stdout_init(UA_Logger *logger); #endif /* LOGGER_STDOUT_H_ */