Module: AC::Logger
- Defined in:
- lib/ac/logger/version.rb,
lib/ac/logger.rb
Defined Under Namespace
Classes: Instance
Constant Summary collapse
- VERSION =
"0.1.1"
- Levels =
{ "debug" => ::Logger::DEBUG, "info" => ::Logger::INFO, "warn" => ::Logger::WARN, "error" => ::Logger::ERROR, "fatal" => ::Logger::FATAL, }