module DiscoveryIndexer::Logging

Attributes

logger[W]

Public Class Methods

logger() click to toggle source
# File lib/discovery-indexer/logging.rb, line 6
def logger
  @logger ||= Logger.new(STDOUT)
end