LogPublisherMaxDistinctEventPublisherCount Property

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

Definition

Namespace: Gemstone.Diagnostics
Assembly: Gemstone.Diagnostics (in Gemstone.Diagnostics.dll) Version: 1.0.110 -- Release Build+b4503491f6bb08c88fb6da624558b506a9176518
public int MaxDistinctEventPublisherCount { get; set; }

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