module Async::Console

def self.error(...)

Log a message at the error level. The shim redirects to `Kernel#warn`.
def self.error(...)
	self.warn(...)
end