Send the log message to contained Loggers.

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
The LogEntry to log.

Return Value

Always return true--assume success

See Also