Click or drag to resize

IInfoWarningErrorTextMessageService Interface

Service that usually display infos, warnings, and errors in a pad window at the bottom of the workbench. Typically, the messages will be displayed in different colors according to their warning level.

Namespace: Altaxo.Main.Services
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public interface IInfoWarningErrorTextMessageService

The IInfoWarningErrorTextMessageService type exposes the following members.

Methods
 NameDescription
Public methodWriteLine(MessageLevel, String, String) Writes a message line.
Public methodWriteLine(MessageLevel, String, String, Object) Writes a formatted message line.
Public methodWriteLine(MessageLevel, String, IFormatProvider, String, Object) Writes a culture-aware formatted message line.
Top
Events
 NameDescription
Public eventMessageAdded Occurs when a message is added.
Top
See Also