Class: Loggr::Adapter::NOPAdapter::NOPLogger

Inherits:
Object
  • Object
show all
Includes:
Support::Annotations::NOPSupport
Defined in:
lib/loggr/adapter/nop.rb

Instance Attribute Summary collapse

Method Summary

Methods included from Support::Annotations::NOPSupport

#tagged

Instance Attribute Details

#auto_flushingObject (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

#closeObject (readonly)

Just to ensure compatiability with AS::BufferedLogger



16
17
18
# File 'lib/loggr/adapter/nop.rb', line 16

def close
  @close
end

#flushObject (readonly)

Just to ensure compatiability with AS::BufferedLogger



16
17
18
# File 'lib/loggr/adapter/nop.rb', line 16

def flush
  @flush
end

#levelObject

Has no impact anyway :)



13
14
15
# File 'lib/loggr/adapter/nop.rb', line 13

def level
  @level
end