logger_stdout.h 206 B

12345678910
  1. #ifndef LOGGER_STDOUT_H_
  2. #define LOGGER_STDOUT_H_
  3. #include "util/ua_log.h"
  4. /** Initialises the logger for the current thread. */
  5. void Logger_Stdout_init(UA_Logger *logger);
  6. #endif /* LOGGER_STDOUT_H_ */