Class: Actory::Sender::Base

Inherits:
Base
  • Object
show all
Defined in:
lib/actory/sender.rb

Direct Known Subclasses

Dispatcher

Constant Summary collapse

SENDER =
YAML.load_file(File.expand_path(File.join(GLOBAL['config'], "sender.yml"), __FILE__))
@@logger =
Logger.new(get_logger_output(SENDER['log']['type'], SENDER['log']['target']))

Constants inherited from Base

Base::GLOBAL

Method Summary

Methods inherited from Base

get_logger_level, get_logger_output