Click or drag to resize

LogSubscriber Methods

The LogSubscriber type exposes the following members.

Methods
  Name Description
Public method Clear Clears all subscriptions
Public method Dispose Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
Public method Equals Determines whether the specified object is equal to the current object.
(Inherited from Object)
Public method GetHashCode Serves as the default hash function.
(Inherited from Object)
Public method GetType Gets the Type of the current instance.
(Inherited from Object)
Public method IgnoreAll Ignore all messages of this verbose level.
Public method IgnoreAssembly(Assembly, VerboseLevel) Ignore all messages of this verbose level.
Public method IgnoreAssembly(String, VerboseLevel) Ignore all messages of this verbose level.
Public method IgnoreType(String, VerboseLevel) Ignore all messages of this verbose level.
Public method IgnoreType(Type, VerboseLevel) Ignore all messages of this verbose level.
Public method SubscribeToAll Subscribes to all publishers with the specified verbose level.
Public method SubscribeToAssembly(Assembly, VerboseLevel) Subscribes to the publisher of the specified assembly with the specified verbose level.
Public method SubscribeToAssembly(String, VerboseLevel) Subscribes to the publisher of the specified assembly with the specified verbose level.
Public method SubscribeToType(String, VerboseLevel) Subscribes to the publisher of the specified type expression with the specified verbose level.
Public method SubscribeToType(Type, VerboseLevel) Subscribes to the publisher of the specified type with the specified verbose level.
Public method ToString Returns a string that represents the current object.
(Inherited from Object)
Top
Extension Methods
  Name Description
Public Extension Method GetEnumValueOrDefault Gets the enumeration constant for value, if defined in the enumeration, or a default value.
(Defined by EnumExtensions)
Public Extension Method GetEnumValueOrDefaultT Gets the enumeration constant for this value, if defined in the enumeration, or a default value.
(Defined by EnumExtensions)
Top
See Also