class Console::Logger

def progress(subject, total, **options)

def progress(subject, total, **options)
	Progress.new(self, subject, total, **options)
end