LogSubscriber Methods

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)

See Also