Class: Loggr::Adapter::NOPAdapter::NOPLogger
- Inherits:
-
Object
- Object
- Loggr::Adapter::NOPAdapter::NOPLogger
- Includes:
- Support::Annotations::NOPSupport
- Defined in:
- lib/loggr/adapter/nop.rb
Instance Attribute Summary collapse
-
#auto_flushing ⇒ Object
readonly
Just to ensure compatiability with AS::BufferedLogger.
-
#close ⇒ Object
readonly
Just to ensure compatiability with AS::BufferedLogger.
-
#flush ⇒ Object
readonly
Just to ensure compatiability with AS::BufferedLogger.
-
#level ⇒ Object
Has no impact anyway :).
Method Summary
Methods included from Support::Annotations::NOPSupport
Instance Attribute Details
#auto_flushing ⇒ Object (readonly)
Just to ensure compatiability with AS::BufferedLogger
16 17 18 |
# File 'lib/loggr/adapter/nop.rb', line 16 def auto_flushing @auto_flushing end |
#close ⇒ Object (readonly)
Just to ensure compatiability with AS::BufferedLogger
16 17 18 |
# File 'lib/loggr/adapter/nop.rb', line 16 def close @close end |
#flush ⇒ Object (readonly)
Just to ensure compatiability with AS::BufferedLogger
16 17 18 |
# File 'lib/loggr/adapter/nop.rb', line 16 def flush @flush end |
#level ⇒ Object
Has no impact anyway :)
13 14 15 |
# File 'lib/loggr/adapter/nop.rb', line 13 def level @level end |