LogManager.BulkMessageInterval 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.
Time 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 TimeSpan BulkMessageInterval { get; set; }
static member BulkMessageInterval : TimeSpan with get, set
Public Shared Property BulkMessageInterval As TimeSpan