This is a delegate used to handle writing log entries based on the LogEntry

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

Syntax

C#
public delegate bool DoLogDelegate(
	LogEntry aLogEntry
)

Parameters

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

See Also