Adds a log listener that will receive log messages dispatched to the runtime logger.

Namespace:  Gallio.Runtime
Assembly:  Gallio (in Gallio.dll) Version: 3.2.0.0 (3.2.570.0)

Syntax

C#
void AddLogListener(
	ILogger logger
)
Visual Basic (Declaration)
Sub AddLogListener ( _
	logger As ILogger _
)

Parameters

logger
Type: Gallio.Runtime.Logging..::.ILogger
The log listener to add.

Exceptions

ExceptionCondition
System..::.ArgumentNullExceptionThrown if logger is null.

See Also