Remove a Logger

Namespace:  BitFactory.Logging
Assembly:  BitFactory.Logging (in BitFactory.Logging.dll) Version: 1.5.1.0 (1.5.1.0)

Syntax

C#
public void RemoveLogger(
	string aName
)

Parameters

aName
Type: System..::.String
The name of the Logger to remove

See Also