#ifndef LOGGER_STDOUT_H_ #define LOGGER_STDOUT_H_ /** Initialises the logger for the current thread. */ void Logger_Stdout_init(void *config); #endif /* LOGGER_STDOUT_H_ */