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.128 -- Release Build+d9d157c80da59365061f9bf4a5d1ecd0f0496e1b
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