InitWithoutCfg
函数功能
初始化Log时,不读取配置文件。
函数原型
static APP_ERROR Log::InitWithoutCfg();
返回参数说明
数据结构 |
说明 |
|---|---|
APP_ERROR |
程序执行返回的错误码,请参考“MxBase/ErrorCode/ErrorCode.h”文件。 |
父主题: Log
初始化Log时,不读取配置文件。
static APP_ERROR Log::InitWithoutCfg();
数据结构 |
说明 |
|---|---|
APP_ERROR |
程序执行返回的错误码,请参考“MxBase/ErrorCode/ErrorCode.h”文件。 |