Click or drag to resize

LogPublisherMaxDistinctEventPublisherCount Property

The maximum number of distinct events that this publisher can generate. (Default: 20)

Namespace: GSF.Diagnostics
Assembly: GSF.Core (in GSF.Core.dll) Version: 2.4.255-beta+d64b121002b51165b41b0dbf6ccf4c8d3895faa3
Syntax
public int MaxDistinctEventPublisherCount { get; set; }
View Source

Property Value

Int32
Remarks
Since message suppression and collection occurs at the event name level, it is important to have only a few distinct message types. This is the limit so misapplication of this publisher will not cause memory impacts on the system. It is recommended to keep the event name as a fixed string and not report any other meta data with the event.
See Also