Sha256: 254f1b19d447850ce5ffa2ac0bd571466f6462cb845f085895fb94124f3707f9
Contents?: true
Size: 222 Bytes
Versions: 2
Compression:
Stored size: 222 Bytes
Contents
module Relaton module Util def self.log(message, type = :info) log_types = Relaton.configuration.logs.map(&:to_s) || [] if log_types.include?(type.to_s) warn(message) end end end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
relaton-1.7.8 | lib/relaton/util.rb |
relaton-1.7.7 | lib/relaton/util.rb |