Module: Logg

Defined in:
lib/logg/core.rb,
lib/logg/render.rb,
lib/logg/version.rb

Defined Under Namespace

Modules: Machine Classes: Dispatcher

Constant Summary collapse

ALWAYS_PUTS =

Set to true to puts output when using logger#debug default’s method.

true
MAJOR =
0
MINOR =
1
PATCH =
6
VERSION =
[MAJOR, MINOR, PATCH].join('.')