Function SimOneAPI::SetLogOut
-
Defined in File SimOneServiceAPI.h
Function Documentation
-
bool
SimOneAPI
::
SetLogOut
(
ESimOne_LogLevel_Type
level
,
const
char
*
format
,
...
)
-
日志设置接口
Logging configuration interface.
用于配置日志级别和输出格式
Used to configure the log level and output format.
- 参数 :
-
-
level – [in]
日志级别(警告、错误、信息)
Log level (warning, error, info).
-
format – [in]
日志输出格式
The output format for the log.
-
- 返回 :
-
成功设置返回true,否则返回false
Returns true if the configuration is successful, false otherwise.