Module: Elbas::Logger
Constant Summary collapse
- PREFIX_TEXT =
'[ELBAS] '.freeze
Instance Method Summary collapse
Instance Method Details
#error(message) ⇒ Object
13 14 15 |
# File 'lib/elbas/logger.rb', line 13 def error() $stderr.puts [error_prefix, , "\n"].join end |
#info(message) ⇒ Object
9 10 11 |
# File 'lib/elbas/logger.rb', line 9 def info() $stdout.puts [prefix, , "\n"].join end |