LoggingVerbosityConfiguration Methods |
The LoggingVerbosityConfiguration type exposes the following members.
Name | Description | |
---|---|---|
Dispose() | Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. | |
Dispose(Boolean) |
Disposes the current object.
| |
Finalize |
Destructor.
(Overrides Object.Finalize().) | |
Freeze |
Prevents further modifications in the current object.
| |
FromXml |
Sets the verbosities in this instance according to data from an XML file.
| |
Reset |
Resets all settings to their default value (i.e. Debug level for everything).
| |
SetMinimalLevel(LogLevel) |
Sets the minimal LogLevel for all namespaces, types, and roles except system roles.
| |
SetMinimalLevel(LogLevel, String) |
Sets the minimal LogLevel for all namespaces and types for a specific role.
| |
SetMinimalLevelForNamespace(LogLevel, String) |
Sets the minimal LogLevel for a specific namespace and all roles except system roles.
| |
SetMinimalLevelForNamespace(LogLevel, String, String) |
Sets the minimal LogLevel for a specific namespace and role.
| |
SetMinimalLevelForType(LogLevel, Type) | ||
SetMinimalLevelForType(LogLevel, Type, String) | ||
ToString | Returns a string that represents the current object. (Overrides Object.ToString().) | |
Use |
Uses the current LoggingVerbosityConfiguration for the current execution context.
|