The text of the message.
The type of the message.
Convenience method for logging errors. Sets the type to MessageType.Error and also the text of the message.
the text of the message. If passed an Error
,
the message
property of the error will be used.
Sets the source of the message.
Convenience method for logging information. Sets the type to MessageType.Information and also the text of the message.
the text of the message. If passed an Error
,
the message
property of the error will be used.
Logs the message.
Logs the message now.
Convenience method for logging responses. Sets the type to MessageType.Response and also the text of the message.
the text of the message. If passed an Error
,
the message
property of the error will be used.
Sets the text of the message.
Sets the type of the message.
Convenience method for logging warnings. Sets the type to MessageType.Warning and also the text of the message.
the text of the message. If passed an Error
,
the message
property of the error will be used.
Generated using TypeDoc
The source of the message.