class Console::Logger

def progress(subject, total, **options)

def progress(subject, total, **options)
	options[:severity] ||= :info
	
	Progress.new(subject, total, **options)
end