다음을 통해 공유


MessageLoggingElement.MaxSizeOfMessageToLog 속성

정의

로깅할 최대 메시지 크기(바이트)를 지정하는 값을 가져오거나 설정합니다.

public:
 property int MaxSizeOfMessageToLog { int get(); void set(int value); };
[System.Configuration.ConfigurationProperty("maxSizeOfMessageToLog", DefaultValue=262144)]
[System.Configuration.IntegerValidator(MinValue=-1)]
public int MaxSizeOfMessageToLog { get; set; }
[<System.Configuration.ConfigurationProperty("maxSizeOfMessageToLog", DefaultValue=262144)>]
[<System.Configuration.IntegerValidator(MinValue=-1)>]
member this.MaxSizeOfMessageToLog : int with get, set
Public Property MaxSizeOfMessageToLog As Integer

속성 값

Int32

로깅할 최대 메시지 크기(바이트)입니다. 이 한도보다 큰 메시지는 로깅되지 않습니다. 이 설정은 모든 추적 수준에 영향을 줍니다. 기본값은 Int32.MaxValue입니다.

특성

적용 대상