module Console::Interface

def fatal(...)

Emit a fatal log message.
def fatal(...)
	Logger.instance.fatal(...)
end