secgateway/Platform/user/logging/logging_common.h

9 lines
127 B
C
Raw Normal View History

#ifndef _LOGGING_COMMON_H
#define _LOGGING_COMMON_H
#define DEFAULT_LOG_LEVEL "info"
extern ulog_t *g_log;
#endif