This is a delegate used to handle writing log entries based in the string to be written to the log

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

Syntax

C#
public delegate bool WriteToLogDelegate(
	string aString
)

Parameters

aString
Type: System..::.String

See Also