diff --git a/include/eLog.hrl b/include/eLog.hrl index 97c8d42..4fa2c38 100644 --- a/include/eLog.hrl +++ b/include/eLog.hrl @@ -1,7 +1,7 @@ -ifndef(__lgeLog__). -define(__lgeLog__, 1). -include("lgCom.hrl"). +-include("lgCom.hrl"). %% 该宏用于确保eLogCfg模块初始化了 任何使用eLog的App启动后请调用一次 -define(eLogInit(), ?eLogInit(?LgDefSink)).