Click or drag to resize
WebLogger Properties

The WebLogger type exposes the following members.

Properties
  NameDescription
Public propertyAllDisabled
是否全部禁用,当配置Log:Disabled为all时此值为true
(Inherited from LogManager.)
Public propertyError
错误记录
(Inherited from LogManager.)
Public propertyIsOwnner
是否具有所有者,当初始name为空时此值为false,否则为true
(Inherited from LogManager.)
Public propertyMessage
消息记录
(Inherited from LogManager.)
Public propertyName
名称
(Inherited from LogManager.)
Public propertyNewExceptionToMail
记录新异常时是否发送至邮件(若邮件已配置),默认开启
(Inherited from LogManager.)
Public propertyPath
存储路径
(Inherited from LogManager.)
Public propertyToConsole
是否输出至Console
(Inherited from LogManager.)
Public propertyWarning
警告记录
(Inherited from LogManager.)
Top
See Also