Module: Repub::App::Logger
- Included in:
- Repub::App, Builder::Builder, Fetcher::Cache, Fetcher::Fetcher, Options, Parser::Parser
- Defined in:
- lib/repub/app/logger.rb
Defined Under Namespace
Classes: Logger
Constant Summary collapse
- LOGGER_QUIET =
Logging verbosity
0- LOGGER_NORMAL =
nothing except errors
1- LOGGER_VERBOSE =
info and above
2
Instance Method Summary collapse
-
#log ⇒ Object
everything, including debuging noise.
Instance Method Details
#log ⇒ Object
everything, including debuging noise
13 14 15 |
# File 'lib/repub/app/logger.rb', line 13 def log Logger.instance end |