Method | Description | |
---|---|---|
EnterScope ( |
进入一个日志范畴
|
|
EnterScope ( string name ) : |
创建并进入一个日志范畴
|
|
Leave ( ) : void |
离开当前范畴
|
|
LeaveScope ( |
离开指定的范畴,若指定范畴在当前上下文不存在,则不进行任何操作,并返回 null 。
|
Method | Description | |
---|---|---|
LogScope ( string name ) : System |
创建 LogScope 实例
|
Method | Description | |
---|---|---|
IDisposable ( ) : void | ||
LogScope ( ) : System |
public static EnterScope ( |
||
scope | 要进入的日志范畴 | |
return |
public static EnterScope ( string name ) : |
||
name | string | 范畴名称 |
return |
public static LeaveScope ( |
||
scope | 要离开的范畴 | |
return |
protected LogScope ( string name ) : System | ||
name | string | 范畴名称 |
return | System |