Write a string to the log

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

Syntax

C#
protected override bool WriteToLog(
	string s
)

Parameters

s
Type: System..::.String
The string to write to the log

Return Value

true if successfully written to the log, otherwise false

See Also