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.160 -- Release Build+be243f729b29892c480a7118a158cbdc9e45d5ee
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