Method | Description | |
---|---|---|
Close ( IActivityMonitor monitor ) : void |
Closes this handler. This is called when a reconfiguration occurs after all events have been Handled. Default implementation does nothing.
|
|
CollectChannelOption ( |
Enables this handler to interact with any channel to which it belongs. This is called after Initialize and for each channel where this handler appears, before the first call to Handle. Default implementation must be called: sets the minimal filter on the option if the HandlerConfiguration defines it.
|
|
Handle ( GrandOutputEventInfo logEvent, bool parrallelCall ) : void |
Handles a GrandOutputEventInfo.
|
|
Initialize ( IActivityMonitor monitor ) : void |
Initializes this handler. This is called once for all the configured sink at the start of a new configuration, before the first call to Handle. Default implementation does nothing.
|
Method | Description | |
---|---|---|
HandlerBase ( |
Base constructor bound to base configuration object.
|
Method | Description | |
---|---|---|
HandlerBase ( CK config ) : CK.Core |
Internal constructor used by Sequence and Parallel.
|
public Close ( IActivityMonitor monitor ) : void | ||
monitor | IActivityMonitor | The monitor that tracks configuration process. |
return | void |
public CollectChannelOption ( |
||
option | ||
return | void |
public abstract Handle ( GrandOutputEventInfo logEvent, bool parrallelCall ) : void | ||
logEvent | GrandOutputEventInfo | Event to handle. |
parrallelCall | bool | True when this method is called in parallel with other handlers. |
return | void |
protected HandlerBase ( |
||
config | The configuration object. | |
return | CK.Core |
public Initialize ( IActivityMonitor monitor ) : void | ||
monitor | IActivityMonitor | The monitor that tracks configuration process. |
return | void |