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.110 -- Release Build+b4503491f6bb08c88fb6da624558b506a9176518
public bool HasSubscribers { get; }

Property Value

Boolean

See Also