logger_stdout.h 175 B

12345678
  1. #ifndef LOGGER_STDOUT_H_
  2. #define LOGGER_STDOUT_H_
  3. /** Initialises the logger for the current thread. */
  4. void Logger_Stdout_init(void *config);
  5. #endif /* LOGGER_STDOUT_H_ */