Click or drag to resize

TextWriterLoggingServiceDebug Method

Writes a debug message.

Namespace: Altaxo.Main.Services
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public void Debug(
	Object message
)

Parameters

message  Object
The message to log.

Implements

ILoggingServiceDebug(Object)
See Also