Method: App47Logger#log_warn
- Defined in:
- lib/app/models/concerns/app47_logger.rb
#log_warn(message, exception = nil) ⇒ Object
Log a warning message as part of the mixin
99 100 101 |
# File 'lib/app/models/concerns/app47_logger.rb', line 99 def log_warn(, exception = nil) App47Logger.log_warn , exception end |