module Purtea

A tool to handle importing of FF Logs TEA stats to a Google Sheet.

Constants

VERSION

Attributes

logger[W]

Public Class Methods

logger() click to toggle source
# File lib/purtea/logging.rb, line 9
def logger
  @logger ||= ::Logger.new($stdout).tap do |log|
    log.progname = name
  end
end