C# Класс CK.Core.LogFilterMatcherExtension

Supports LogFilter and LogLevelFilter extension methods.
Показать файл Открыть проект

Открытые методы

Метод Описание
MatchLogFilter ( this m, LogFilter &f ) : bool

Matches a LogFilter: it can be a predefined filter as ("Undefined", "Debug", "Verbose", etc.) or as {GroupLogLevelFilter,LineLogLevelFilter} pairs like "{None,None}", "{Error,Trace}".

MatchLogLevelFilter ( this @this, LogLevelFilter &level ) : bool

Matches a LogLevelFilter.

Описание методов

MatchLogFilter() публичный статический Метод

Matches a LogFilter: it can be a predefined filter as ("Undefined", "Debug", "Verbose", etc.) or as {GroupLogLevelFilter,LineLogLevelFilter} pairs like "{None,None}", "{Error,Trace}".
public static MatchLogFilter ( this m, LogFilter &f ) : bool
m this This .
f LogFilter Resulting filter.
Результат bool

MatchLogLevelFilter() публичный статический Метод

Matches a LogLevelFilter.
public static MatchLogLevelFilter ( this @this, LogLevelFilter &level ) : bool
@this this
level LogLevelFilter Resulting level.
Результат bool