class Async::Container::Notify::Console

def error!(text, **message)

@parameters message [Hash] Additional details to send with the message.
@parameters text [String] The details of the error condition.
Send an error message to the console.
def error!(text, **message)
	send(status: text, level: :error, **message)
end