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.182 -- Release Build+8c3e7549112b5323117380e513d0ce3551ac8b22
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