class Console::Event::Spawn

def emit(*arguments, **options)

@parameter options [Hash] Additional options to pass to the logger output.
@parameter arguments [Array] The arguments to log.

Log the spawn event.
def emit(*arguments, **options)
	options[:severity] ||= :info
	super
end