module Abril::TaggedSyslog

Constants

VERSION

Public Class Methods

new(logger = nil) click to toggle source
# File lib/logger/tagged_syslog.rb, line 7
def self.new(logger = nil)
  logger ||= ActiveSupport::TaggedLogging.new(Abril::Syslogger.new)
  logger
end