다음을 통해 공유


MessageLoggingElement.MaxMessagesToLog 속성

정의

로깅할 최대 메시지 수를 지정하는 값을 가져오거나 설정합니다.

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

속성 값

Int32

로깅할 최대 메시지 수입니다. 기본값은 1000입니다.

특성

적용 대상