public sealed class LogSubscriber : IDisposable
Public NotInheritable Class LogSubscriber
Implements IDisposable
public ref class LogSubscriber sealed : IDisposable
Gemstone.Diagnostics.LogSubscriber = function();
Type.createClass(
'Gemstone.Diagnostics.LogSubscriber',
null,
IDisposable);
Clear | Clears all subscriptions |
Dispose | Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. |
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) |
GetHashCode | Serves as the default hash function. (Inherited from Object) |
GetType | Gets 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. |
ToString | Returns a string that represents the current object. (Inherited from Object) |
NewLogMessage | Event handler for the logs that are raised. |