Create an instance of AsyncLogger

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

Syntax

C#
public AsyncLogger(
	Logger anInnerLogger
)

Parameters

anInnerLogger
Type: BitFactory.Logging..::.Logger
The logger being wrapped

See Also