Log a LogEntry

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 be logged

Return Value

true if successfully logged, otherwise false

See Also