LogSubscriber Class

Subscribes to log events.

Definition

Namespace: Gemstone.Diagnostics
Assembly: Gemstone.Diagnostics (in Gemstone.Diagnostics.dll) Version: 1.0.147 -- Release Build+6d8205f6bef6d4bbdafae492b5ebb1e8ed76a73f
public sealed class LogSubscriber : IDisposable
Inheritance
Object    LogSubscriber
Implements
IDisposable

Methods

Clear Clears all subscriptions
Dispose Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
EqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
GetHashCodeServes as the default hash function.
(Inherited from Object)
GetTypeGets the Type of the current instance.
(Inherited from Object)
IgnoreAll Ignore all messages of this verbose level.
IgnoreAssembly(Assembly, VerboseLevel) Ignore all messages of this verbose level.
IgnoreAssembly(String, VerboseLevel) Ignore all messages of this verbose level.
IgnoreType(String, VerboseLevel) Ignore all messages of this verbose level.
IgnoreType(Type, VerboseLevel) Ignore all messages of this verbose level.
SubscribeToAll Subscribes to all publishers with the specified verbose level.
SubscribeToAssembly(Assembly, VerboseLevel) Subscribes to the publisher of the specified assembly with the specified verbose level.
SubscribeToAssembly(String, VerboseLevel) Subscribes to the publisher of the specified assembly with the specified verbose level.
SubscribeToType(String, VerboseLevel) Subscribes to the publisher of the specified type expression with the specified verbose level.
SubscribeToType(Type, VerboseLevel) Subscribes to the publisher of the specified type with the specified verbose level.
ToStringReturns a string that represents the current object.
(Inherited from Object)

Events

NewLogMessage Event handler for the logs that are raised.

See Also