6 lines
78 B
C
6 lines
78 B
C
|
#ifdef USE_STD_LOG
|
||
|
#include <log/std_log.h>
|
||
|
#else
|
||
|
#include <log/log.h>
|
||
|
#endif
|