C# 클래스 CK.Monitoring.GrandOutputHandlers.ChannelOption

Captures centralized information among the different Handlers of a channel.
파일 보기 프로젝트 열기: Invenietis/ck-core 1 사용 예제들

공개 메소드들

메소드 설명
SetMinimalFilter ( LogFilter filter ) : void

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

비공개 메소드들

메소드 설명
ChannelOption ( LogFilter mainRouteFilter ) : CK.Core

메소드 상세

SetMinimalFilter() 공개 메소드

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 .
리턴 void