Class: AsyncCable::Config
- Inherits:
-
Anyway::Config
- Object
- Anyway::Config
- AsyncCable::Config
- Defined in:
- lib/async_cable/config.rb
Instance Method Summary collapse
Instance Method Details
#log_level ⇒ Object
8 9 10 |
# File 'lib/async_cable/config.rb', line 8 def log_level logger.level end |
#log_level=(val) ⇒ Object
12 13 14 |
# File 'lib/async_cable/config.rb', line 12 def log_level=(val) logger.level = val end |