module S3Antivirus::Logger
Public Instance Methods
logger()
click to toggle source
# File lib/s3_antivirus/logger.rb, line 3 def logger $logger ||= Tee.new("s3-antivirus") end
# File lib/s3_antivirus/logger.rb, line 3 def logger $logger ||= Tee.new("s3-antivirus") end