class Snapcrawl::PrettyLogger
Public Class Methods
new()
click to toggle source
# File lib/snapcrawl/pretty_logger.rb, line 7 def self.new Logger.new($stdout, formatter: log_formatter, level: Config.log_level) end