LogManager Class |
Namespace: Adf
The LogManager type exposes the following members.
Name | Description | |
---|---|---|
LogManager |
初始化新实例
| |
LogManager(String) |
初始化新实例并指定名称
|
Name | Description | |
---|---|---|
Dispose |
资源释放
| |
Enable |
设置是否开启日志
| |
Equals | (Inherited from Object.) | |
Exception |
异常记录
| |
Finalize | (Inherited from Object.) | |
Flush |
刷新并存储所有缓冲区内容,该方法一般在应用结束或需要批量将数据存储时使用
| |
ForEach |
循环当前每个日志写入器
| |
GetExceptionWriter |
get exception logmanager
| |
GetHashCode |
用作特定类型的哈希函数。
(Inherited from Object.) | |
GetType |
获取当前实例的 Type。
(Inherited from Object.) | |
GetWriter |
get name logwriter
| |
MemberwiseClone |
创建当前 Object 的浅表副本。
(Inherited from Object.) | |
SendExceptionMail |
发送异常邮件
| |
ToString | (Inherited from Object.) | |
WritingToConsole |
console logger
|
Name | Description | |
---|---|---|
AllDisabled |
是否全部禁用,当配置Log:Disabled为all时此值为true
| |
Error |
错误记录
| |
IsOwnner |
是否具有所有者,当初始name为空时此值为false,否则为true
| |
Message |
消息记录
| |
Name |
名称
| |
NewExceptionToMail |
记录新异常时是否发送至邮件(若邮件已配置),默认开启
| |
Path |
存储路径
| |
ToConsole |
是否输出至Console
| |
Warning |
警告记录
|
Name | Description | |
---|---|---|
NewException |
新异常
| |
Writing |
新写入事件
|