Click or drag to resize

TextWriterMessageServiceWriteLine(MessageLevel, String, IFormatProvider, String, Object) Method

Writes a formatted message line using the specified format provider.

Namespace: Altaxo.Main.Services.Implementation
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public void WriteLine(
	MessageLevel messageLevel,
	string source,
	IFormatProvider provider,
	string format,
	params Object[] args
)

Parameters

messageLevel  MessageLevel
The message severity.
source  String
The message source.
provider  IFormatProvider
The format provider.
format  String
The composite format string.
args  Object
The format arguments.

Implements

IMessageServiceWriteLine(MessageLevel, String, IFormatProvider, String, Object)
See Also