module Loog

Loog is an object-oriented wrapper around Ruby Logger:

require 'loog'
log = Loog::VERBOSE
log.info('Hello, world!')

For more information read README file.

Author

Yegor Bugayenko (yegor256@gmail.com)

Copyright

Copyright © 2018 Yegor Bugayenko

License

MIT

Constants

COMPACT

Compact formatter

ERRORS

Errors only

FULL

Full formatter

NULL

No logging at all

REGULAR

Info and errors, no debug info

SHORT

Short formatter

VERBOSE

Everything, including debug