class LoggingModule::TakeltauLogger
takeltau logger
Attributes
logger[RW]
Public Class Methods
new()
click to toggle source
# File lib/takeltau/lib/logging.rb, line 11 def initialize @logger = Logger.new($stdout) end