메소드 | 설명 | |
---|---|---|
ActivityMonitorTextWriterClient ( Action |
Initializes a new ActivityMonitorTextWriterClient bound to a function that must write a string.
|
|
ActivityMonitorTextWriterClient ( Action |
Initializes a new ActivityMonitorTextWriterClient bound to a function that must write a string, with a filter.
|
|
DumpException ( StringBuilder w, string prefix, bool displayMessage, |
Recursively dumps an Exception as readable text.
|
메소드 | 설명 | |
---|---|---|
OnContinueOnSameLevel ( |
Writes all information.
|
|
OnEnterLevel ( |
Writes all the information.
|
|
OnGroupClose ( IActivityLogGroup g, IReadOnlyList |
Writes group conclusion and updates internally managed line prefix.
|
|
OnGroupOpen ( IActivityLogGroup g ) : void |
Writes a group opening.
|
|
OnLeaveLevel ( LogLevel level ) : void |
Updates the internally maintained prefix for lines.
|
public ActivityMonitorTextWriterClient ( Action |
||
writer | Action |
Function that writes the content. |
리턴 | System |
public ActivityMonitorTextWriterClient ( Action |
||
writer | Action |
Function that writes the content. |
filter | Filter to apply | |
리턴 | System |
static public DumpException ( StringBuilder w, string prefix, bool displayMessage, |
||
w | StringBuilder | The TextWriter to write to. |
prefix | string | Prefix that will start all lines. |
displayMessage | bool | Whether the exception message must be displayed or skip. |
ex | The exception to display. | |
리턴 | void |
protected OnContinueOnSameLevel ( |
||
data | Log data. | |
리턴 | void |
protected OnEnterLevel ( |
||
data | Log data. | |
리턴 | void |
protected OnGroupClose ( IActivityLogGroup g, IReadOnlyList |
||
g | IActivityLogGroup | Group that must be closed. |
conclusions | IReadOnlyList |
Conclusions for the group. |
리턴 | void |
protected OnGroupOpen ( IActivityLogGroup g ) : void | ||
g | IActivityLogGroup | Group information. |
리턴 | void |
protected OnLeaveLevel ( LogLevel level ) : void | ||
level | LogLevel | Previous level. |
리턴 | void |