Previous topicNext topic
Help > XEngine_HelpComponents > HelpComponents_XLog > HelpComponent_XLog >
HelpComponents_XLog_StrongOPen

函数

HelpComponents_XLog_StrongOPen

功能

强日志类型打开

语法

bool HelpComponents_XLog_StrongOPen(XHANDLE xhLog, LPCXSTR lpszStroageFile, XLONG dwLevel, bool bContinue = true)

参数

 参数.一:xhLog
  In/Out:In
  类型:句柄
  可空:N
  意思:输入要操作的日志
 参数.二:lpszStroageFile
  In/Out:In
  类型:常量字符指针
  可空:N
  意思:输入要操作的日志
 参数.三:dwLevel
  In/Out:In
  类型:整数型
  可空:N
  意思:输入要做强日志的级别
 参数.四:bContinue
  In/Out:In
  类型:逻辑型
  可空:Y
  意思:设置此级别后是否允许普通的日志写入,为真允许

返回值

类型:逻辑型
意思:是否成功

备注

 

示例