class LogBox::Configuration
Attributes
default_tag[RW]
logger[RW]
Public Class Methods
new()
click to toggle source
# File lib/log_box.rb, line 30 def initialize @logger = Fluent::Logger::ConsoleLogger.new(STDOUT) @default_tag = DEFAULT_TAG end