Property | Type | Description | |
---|---|---|---|
ClearContext | void | ||
CreateContext | void |
Method | Description | |
---|---|---|
Capture ( Func |
||
Capture ( string message ) : void | ||
CaptureBegin ( Func |
||
CaptureBegin ( string message ) : bool | ||
CaptureEnd ( ) : void | ||
Configure ( ) : void | ||
Configure ( string configFile ) : void |
Method | Description | |
---|---|---|
ClearContext ( ) : void | ||
CreateContext ( ) : void |
public static Capture ( Func |
||
computeMessage | Func |
|
return | void |
public static Capture ( string message ) : void | ||
message | string | |
return | void |
public static CaptureBegin ( Func |
||
computeMessage | Func |
|
return | bool |
public static CaptureBegin ( string message ) : bool | ||
message | string | |
return | bool |
public static Configure ( string configFile ) : void | ||
configFile | string | |
return | void |