module Guard::UI
def error(message, options = {})
(**options)
-
plugin
(String
) -- manually define the calling plugin -
reset
(Boolean
) -- whether to clean the output before
Parameters:
-
message
(String
) -- the message to show
def error(message, options = {}) _filtered_logger_message(message, :error, :red, options) end