C# 클래스 Serilog.Parameters.PropertyValueConverter

상속: ILogEventPropertyFactory, ILogEventPropertyValueFactory
파일 보기 프로젝트 열기: serilog/serilog 1 사용 예제들

공개 메소드들

메소드 설명
CreateProperty ( string name, object value, bool destructureObjects = false ) : LogEventProperty
CreatePropertyValue ( object value, Destructuring destructuring ) : LogEventPropertyValue
CreatePropertyValue ( object value, bool destructureObjects = false ) : LogEventPropertyValue
PropertyValueConverter ( int maximumDestructuringDepth, IEnumerable additionalScalarTypes, IEnumerable additionalDestructuringPolicies, bool propagateExceptions ) : System

비공개 메소드들

메소드 설명
CreatePropertyValue ( object value, Destructuring destructuring, int depth ) : LogEventPropertyValue
CreatePropertyValue ( object value, bool destructureObjects, int depth ) : LogEventPropertyValue
GetProperties ( object value, ILogEventPropertyValueFactory recursive ) : IEnumerable
IsCompilerGeneratedType ( Type type ) : bool
IsValidDictionaryKeyType ( Type valueType ) : bool
IsValueTypeDictionary ( Type valueType ) : bool

메소드 상세

CreateProperty() 공개 메소드

public CreateProperty ( string name, object value, bool destructureObjects = false ) : LogEventProperty
name string
value object
destructureObjects bool
리턴 Serilog.Events.LogEventProperty

CreatePropertyValue() 공개 메소드

public CreatePropertyValue ( object value, Destructuring destructuring ) : LogEventPropertyValue
value object
destructuring Destructuring
리턴 Serilog.Events.LogEventPropertyValue

CreatePropertyValue() 공개 메소드

public CreatePropertyValue ( object value, bool destructureObjects = false ) : LogEventPropertyValue
value object
destructureObjects bool
리턴 Serilog.Events.LogEventPropertyValue

PropertyValueConverter() 공개 메소드

public PropertyValueConverter ( int maximumDestructuringDepth, IEnumerable additionalScalarTypes, IEnumerable additionalDestructuringPolicies, bool propagateExceptions ) : System
maximumDestructuringDepth int
additionalScalarTypes IEnumerable
additionalDestructuringPolicies IEnumerable
propagateExceptions bool
리턴 System