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.147 -- Release Build+6d8205f6bef6d4bbdafae492b5ebb1e8ed76a73f
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