C# Class CK.Monitoring.GrandOutputHandlers.ChannelOption

Captures centralized information among the different Handlers of a channel.
Datei anzeigen Open project: Invenietis/ck-core Class Usage Examples

Public Methods

Method Description
SetMinimalFilter ( LogFilter filter ) : void

Enables any handler to publish the minimal filter level it requires (if any).

Private Methods

Method Description
ChannelOption ( LogFilter mainRouteFilter ) : CK.Core

Method Details

SetMinimalFilter() public method

Enables any handler to publish the minimal filter level it requires (if any).
public SetMinimalFilter ( LogFilter filter ) : void
filter CK.Core.LogFilter Filter required by a .
return void