Edit

Share via


LogManager.BulkMessageLimit Property

Definition

Count limit for bulk message output. If the same log code is written more than BulkMessageLimit times in the BulkMessageInterval time period, then only the first BulkMessageLimit individual messages will be written, plus a count of how bulk messages suppressed.

public static int BulkMessageLimit { get; set; }
static member BulkMessageLimit : int with get, set
Public Shared Property BulkMessageLimit As Integer

Property Value

Applies to