Logs a debug message.

Namespace:  Mindscape.LightSpeed.Logging
Assembly:  Mindscape.LightSpeed (in Mindscape.LightSpeed.dll)
Version: 4.0.0.0 (4.0.0.0)

Syntax

C#
public void LogDebug(
	Object text
)
Visual Basic (Declaration)
Public Sub LogDebug ( _
	text As Object _
)

Parameters

text
Type: System..::.Object
The debug message to log.

Implements

ILogger..::.LogDebug(Object)

See Also