Click or drag to resize

TextWriterLoggingServiceDebugFormatted Method

Writes a formatted debug message.

Namespace: Altaxo.Main.Services
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public void DebugFormatted(
	string format,
	params Object[] args
)

Parameters

format  String
The composite format string.
args  Object
The format arguments.

Implements

ILoggingServiceDebugFormatted(String, Object)
See Also