Gets the Logger with the name corresponding to the given String.

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

Syntax

C#
public Logger this[
	string aName
] { get; }

Parameters

aName
Type: System..::.String
The name of the desired Logger

Return Value

The Logger corresponding with aName

See Also