Property | Type | Description | |
---|---|---|---|
TagErrorCounter | CKTrait |
Method | Description | |
---|---|---|
ActivityMonitorErrorCounter ( bool generateConclusion = false ) : System |
Initializes a new error counter with GenerateConclusion sets to false.
|
Method | Description | |
---|---|---|
OnGroupClosed ( IActivityLogGroup group, IReadOnlyList |
Restores current to the previous one (or keep it on the root if no opened group exist).
|
|
OnGroupClosing ( IActivityLogGroup group, List |
Handles group conclusion.
|
|
OnOpenGroup ( IActivityLogGroup group ) : void |
Updates error counters.
|
|
OnUnfilteredLog ( |
Updates error counters.
|
Method | Description | |
---|---|---|
IActivityMonitorBoundClient ( IActivityMonitorImpl source, bool forceBuggyRemove ) : void |
public ActivityMonitorErrorCounter ( bool generateConclusion = false ) : System | ||
generateConclusion | bool | True to generate a conclusion. See |
return | System |
protected OnGroupClosed ( IActivityLogGroup group, IReadOnlyList |
||
group | IActivityLogGroup | The log group. |
conclusions | IReadOnlyList |
Texts that conclude the group. |
return | void |
protected OnGroupClosing ( IActivityLogGroup group, List |
||
group | IActivityLogGroup | The closing group. |
conclusions | List |
/// Mutable conclusions associated to the closing group. /// This can be null if no conclusions have been added yet. /// It is up to the first client that wants to add a conclusion to instantiate a new List object to carry the conclusions. /// |
return | void |
protected OnOpenGroup ( IActivityLogGroup group ) : void | ||
group | IActivityLogGroup | The newly opened |
return | void |
protected OnUnfilteredLog ( |
||
data | Log data. Never null. | |
return | void |