LogEventPublisherHasSubscribers Property

Gets if this publisher has any subscribers to it. This does not have to be checked as messages won't route if there are not subscribers. This is mainly used to skip the code that would generate the data for the LogMessage.

Definition

Namespace: Gemstone.Diagnostics
Assembly: Gemstone.Diagnostics (in Gemstone.Diagnostics.dll) Version: 1.0.172 -- Release Build+09837169eddb86bb3876e0f07771cb1fa9cf8d8d
public bool HasSubscribers { get; }

Property Value

Boolean

See Also