require_relative 'slog/logger' module Slog # Provide a shortcut to Slog::Logger.new def self.new *opts Logger.new *opts end end