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。

属性

适用于