class Console::Output::Split

def call(level, subject = nil, *arguments, **options, &block)

def call(level, subject = nil, *arguments, **options, &block)
	@outputs.each do |output|
		output.call(level, subject, *arguments, **options, &block)
	end
end