Method | Description | |
---|---|---|
Capture ( ) : object | ||
Dispose ( ) : void | ||
LoggerPhaseScope ( string phaseName ) : System | ||
LoggerPhaseScope ( string phaseName, bool enablePerformanceScope ) : System | ||
Restore ( object captured ) : |
||
Restore ( object captured, bool enablePerformanceScope ) : |
Method | Description | |
---|---|---|
GetPhaseName ( ) : string | ||
LoggerPhaseScope ( CapturedLoggerPhaseScope captured, bool enablePerformanceScope ) : System | ||
SetPhaseName ( string phaseName ) : void |
public LoggerPhaseScope ( string phaseName ) : System | ||
phaseName | string | |
return | System |
public LoggerPhaseScope ( string phaseName, bool enablePerformanceScope ) : System | ||
phaseName | string | |
enablePerformanceScope | bool | |
return | System |
public static Restore ( object captured ) : |
||
captured | object | |
return |
public static Restore ( object captured, bool enablePerformanceScope ) : |
||
captured | object | |
enablePerformanceScope | bool | |
return |