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

Inherits:
Object
  • Object
show all
Defined in:
lib/loggr/adapter/nop.rb

Instance Attribute Summary collapse

Instance Attribute Details

#auto_flushingObject (readonly)

Just to ensure compatiability with AS::BufferedLogger



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

def auto_flushing
  @auto_flushing
end

#closeObject (readonly)

Just to ensure compatiability with AS::BufferedLogger



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

def close
  @close
end

#flushObject (readonly)

Just to ensure compatiability with AS::BufferedLogger



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

def flush
  @flush
end

#levelObject

Has no impact anyway :)



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

def level
  @level
end