Property | Type | Description | |
---|---|---|---|
TagBridgePrematureClose | CKTrait |
Property | Type | Description | |
---|---|---|---|
GetActualTargetFilter | |||
IActivityMonitorBoundClient | void | ||
IActivityMonitorBridgeCallback | void | ||
IActivityMonitorBridgeCallback | void | ||
IActivityMonitorBridgeCallback | void | ||
IActivityMonitorClient | void | ||
IActivityMonitorClient | void | ||
IActivityMonitorClient | void | ||
IActivityMonitorClient | void | ||
IActivityMonitorClient | void | ||
IActivityMonitorClient | void |
Method | Description | |
---|---|---|
ActivityMonitorBridge ( |
Initialize a new ActivityMonitorBridge bound to an existing ActivityMonitorBridgeTarget This Client should be registered in the IActivityMonitor.Output of a local monitor.
|
Method | Description | |
---|---|---|
GetActualTargetFilter ( ) : |
This is necessarily called in the context of the activity: we can call the bridge that can call the Monitor's ActualFilter that will be resynchronized if needed.
|
|
IActivityMonitorBoundClient ( Impl source, bool forceBuggyRemove ) : void |
forceBuggyRemove is not used here since this client is not lockable.
|
|
IActivityMonitorBridgeCallback ( ) : void | ||
IActivityMonitorBridgeCallback ( CKTrait newTags ) : void | ||
IActivityMonitorBridgeCallback ( string newTopic, string fileName, int lineNumber ) : void | ||
IActivityMonitorClient ( |
||
IActivityMonitorClient ( CKTrait newTags ) : void | ||
IActivityMonitorClient ( IActivityLogGroup group ) : void | ||
IActivityMonitorClient ( IActivityLogGroup group, IReadOnlyList |
||
IActivityMonitorClient ( IActivityLogGroup group, List |
||
IActivityMonitorClient ( string newTopic, string fileName, int lineNumber ) : void |
public ActivityMonitorBridge ( |
||
bridge | The target bridge. | |
pullTargetTopicAndAutoTagsFromTarget | bool |
/// When true, the |
pushTopicAndAutoTagsToTarget | bool |
/// When true, any change to |
applyTargetFilterToUnfilteredLogs | bool |
/// True to avoid sending logs with level below the target |
return | System |