Send aLogEntry information to System.Diagnostics.Debug.

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

Syntax

C#
protected internal override bool DoLog(
	LogEntry aLogEntry
)

Parameters

aLogEntry
Type: BitFactory.Logging..::.LogEntry
A LogEntry.

Return Value

true upon success, which this Logger always assumes.

See Also