Log
|
public sealed class LogSubscriber : IDisposable
The LogSubscriber type exposes the following members.
Name | Description | |
---|---|---|
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) |
Name | Description | |
---|---|---|
NewLogMessage | Event handler for the logs that are raised. |
Name | Description | |
---|---|---|
GetEnumValueOrDefault |
Gets the enumeration constant for value, if defined in the enumeration, or a default value.
(Defined by EnumExtensions) | |
GetEnumValueOrDefaultT |
Gets the enumeration constant for this value, if defined in the enumeration, or a default value.
(Defined by EnumExtensions) |