C# 클래스 CK.Monitoring.XmlMonitoringExtensions

Helpers to read XML configurations.
파일 보기 프로젝트 열기: Invenietis/ck-core

공개 메소드들

메소드 설명
GetAttributeLogFilter ( this @this, string name, bool fallbackToUndefined ) : LogFilter?

Reads a LogFilter.

GetRequiredAttributeLogFilter ( this @this, string name ) : LogFilter

Reads a LogFilter that must exist.

메소드 상세

GetAttributeLogFilter() 정적인 공개 메소드

Reads a LogFilter.
static public GetAttributeLogFilter ( this @this, string name, bool fallbackToUndefined ) : LogFilter?
@this this
name string Name of the attribute.
fallbackToUndefined bool True to return instead of null when not found.
리턴 LogFilter?

GetRequiredAttributeLogFilter() 정적인 공개 메소드

Reads a LogFilter that must exist.
static public GetRequiredAttributeLogFilter ( this @this, string name ) : LogFilter
@this this
name string Name of the attribute.
리턴 CK.Core.LogFilter