Module: Casbin::Logger
- Defined in:
- lib/casbin-ruby/logger.rb
Class Method Summary collapse
Class Method Details
.error(value) ⇒ Object
13 14 15 |
# File 'lib/casbin-ruby/logger.rb', line 13 def error(value) Config.logger.error(value) end |
.info(value) ⇒ Object
9 10 11 |
# File 'lib/casbin-ruby/logger.rb', line 9 def info(value) Config.logger.info(value) end |