Removes a log listener so that it will no longer receive log messages dispatched to the runtime logger.
Namespace:
Gallio.RuntimeAssembly: Gallio (in Gallio.dll) Version: 3.3.0.0 (3.3.610.0)
Syntax
| C# |
|---|
void RemoveLogListener( ILogger logger ) |
| Visual Basic (Declaration) |
|---|
Sub RemoveLogListener ( _ logger As ILogger _ ) |
Parameters
- logger
- Type: Gallio.Runtime.Logging..::.ILogger
The log listener to remove.
Exceptions
| Exception | Condition |
|---|---|
| System..::.ArgumentNullException | Thrown if logger is null. |
