LogManager.BulkMessageLimit Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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