Class: Flareshow::Util
- Inherits:
-
Object
- Object
- Flareshow::Util
- Defined in:
- lib/util.rb
Class Method Summary collapse
Class Method Details
.log_error(message) ⇒ Object
8 9 10 |
# File 'lib/util.rb', line 8 def log_error() DEFAULT_LOGGER.error() end |
.log_info(message) ⇒ Object
4 5 6 |
# File 'lib/util.rb', line 4 def log_info() DEFAULT_LOGGER.info() end |