class Console::Event::Spawn
def emit(*arguments, **options)
@parameter arguments [Array] The arguments to log.
Log the spawn event.
def emit(*arguments, **options) options[:severity] ||= :info super end
def emit(*arguments, **options) options[:severity] ||= :info super end