# File lib/pluginfactory.rb, line 112 112: def self::log(level, *msg) 113: @logger_callback.call(level, msg.join) if @logger_callback 114: end