Click or drag to resize
WebLogger Methods

The WebLogger type exposes the following members.

Methods
  NameDescription
Public methodDispose
资源释放
(Inherited from LogManager.)
Public methodEnable
设置是否开启日志
(Inherited from LogManager.)
Public methodEquals
确定指定的 Object 是否等于当前的 Object
(Inherited from Object.)
Public methodException
Exception
(Overrides LogManagerException(Exception).)
Protected methodFinalize
允许 Object 在“垃圾回收”回收 Object 之前尝试释放资源并执行其他清理操作。
(Inherited from Object.)
Public methodFlush
刷新并存储所有缓冲区内容,该方法一般在应用结束或需要批量将数据存储时使用
(Inherited from LogManager.)
Protected methodForEach
循环当前每个日志写入器
(Inherited from LogManager.)
Public methodGetExceptionWriter
get exception logmanager
(Inherited from LogManager.)
Public methodGetHashCode
用作特定类型的哈希函数。
(Inherited from Object.)
Public methodGetType
获取当前实例的 Type
(Inherited from Object.)
Public methodGetWriter
get name logwriter
(Inherited from LogManager.)
Protected methodMemberwiseClone
创建当前 Object 的浅表副本。
(Inherited from Object.)
Public methodSendExceptionMail
发送异常邮件
(Inherited from LogManager.)
Public methodToString
返回表示当前 ObjectString
(Inherited from Object.)
Protected methodWritingToConsole
console logger
(Inherited from LogManager.)
Top
See Also