Click or drag to resize
LogManager Methods

The LogManager type exposes the following members.

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