Click or drag to resize

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

[Missing <summary> documentation for "M:Altaxo.Main.Services.InfoWarningErrorTextMessageService.WriteLine(Altaxo.Main.Services.MessageLevel,System.String,System.IFormatProvider,System.String,System.Object[])"]


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

Parameters

messageLevel  MessageLevel

[Missing <param name="messageLevel"/> documentation for "M:Altaxo.Main.Services.InfoWarningErrorTextMessageService.WriteLine(Altaxo.Main.Services.MessageLevel,System.String,System.IFormatProvider,System.String,System.Object[])"]

source  String

[Missing <param name="source"/> documentation for "M:Altaxo.Main.Services.InfoWarningErrorTextMessageService.WriteLine(Altaxo.Main.Services.MessageLevel,System.String,System.IFormatProvider,System.String,System.Object[])"]

provider  IFormatProvider

[Missing <param name="provider"/> documentation for "M:Altaxo.Main.Services.InfoWarningErrorTextMessageService.WriteLine(Altaxo.Main.Services.MessageLevel,System.String,System.IFormatProvider,System.String,System.Object[])"]

format  String

[Missing <param name="format"/> documentation for "M:Altaxo.Main.Services.InfoWarningErrorTextMessageService.WriteLine(Altaxo.Main.Services.MessageLevel,System.String,System.IFormatProvider,System.String,System.Object[])"]

args  Object

[Missing <param name="args"/> documentation for "M:Altaxo.Main.Services.InfoWarningErrorTextMessageService.WriteLine(Altaxo.Main.Services.MessageLevel,System.String,System.IFormatProvider,System.String,System.Object[])"]

Implements

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