module Console::Interface

def call(...)

Emit a log message with arbitrary arguments and options.
def call(...)
	Logger.instance.call(...)
end