LogSubscriptionConsole Class

Creates a LogSubscriber that will write messages to the Console

Definition

Namespace: Gemstone.Diagnostics.Utilities
Assembly: Gemstone.Diagnostics (in Gemstone.Diagnostics.dll) Version: 1.0.156 -- Release Build+0ee1ff4fa6051658049999c7d44b912d38bbb151
public class LogSubscriptionConsole
Inheritance
Object    LogSubscriptionConsole

Constructors

LogSubscriptionConsole Creates a LogFileWriter that initially queues message

Properties

Verbose Gets or sets verbosity level for this LogSubscriptionConsole. To disable the console from receiving messages, set to None

Methods

EqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
FinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object)
GetHashCodeServes as the default hash function.
(Inherited from Object)
GetTypeGets the Type of the current instance.
(Inherited from Object)
MemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
ToStringReturns a string that represents the current object.
(Inherited from Object)

See Also