Click or drag to resize

TextWriterLoggingServiceInfoFormatted Method

Writes a formatted informational message.

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

Parameters

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

Implements

ILoggingServiceInfoFormatted(String, Object)
See Also