class Console::Logger

def initialize(output, **options)

def initialize(output, **options)
	super(output, **options)
end