Method: MotionPrime::Logger#error
- Defined in:
- motion-prime/services/logger.rb
#error(*args) ⇒ Object
52 53 54 |
# File 'motion-prime/services/logger.rb', line 52 def error(*args) log(args, "PRIME_ERROR", :red) if LOGGER_ERROR_LEVEL <= current_level end |