Method | Description | |
---|---|---|
ClearConfig ( ) : void | ||
CreateFrom ( ILogPropertyConfig p ) : |
||
CreateFrom ( ISimplePropertyInfo p ) : |
||
UpdateFrom ( ILogPropertyConfig p ) : bool | ||
VMLogPropertyConfig ( string propertyName, bool isBound ) : CK.Plugin | ||
VMLogPropertyConfig ( string propertyName, string propertyType, bool doLogErrors, LogPropertyFilter logFilter, bool isBound ) : CK.Plugin |
Method | Description | |
---|---|---|
GetPropertyFilter ( ) : LogPropertyFilter | ||
ProcessLogPropertyFilter ( LogPropertyFilter logPropertyFilter ) : void |
public static CreateFrom ( ILogPropertyConfig p ) : |
||
p | ILogPropertyConfig | |
return |
public static CreateFrom ( ISimplePropertyInfo p ) : |
||
p | ISimplePropertyInfo | |
return |
public UpdateFrom ( ILogPropertyConfig p ) : bool | ||
p | ILogPropertyConfig | |
return | bool |
public VMLogPropertyConfig ( string propertyName, bool isBound ) : CK.Plugin | ||
propertyName | string | |
isBound | bool | |
return | CK.Plugin |
public VMLogPropertyConfig ( string propertyName, string propertyType, bool doLogErrors, LogPropertyFilter logFilter, bool isBound ) : CK.Plugin | ||
propertyName | string | |
propertyType | string | |
doLogErrors | bool | |
logFilter | LogPropertyFilter | |
isBound | bool | |
return | CK.Plugin |