Class: Riak::NullLogger

Inherits:
Object show all
Defined in:
lib/riak.rb

Instance Method Summary collapse

Instance Method Details

#debug(msg) ⇒ Object



25
# File 'lib/riak.rb', line 25

def debug(msg) end

#error(msg) ⇒ Object



19
# File 'lib/riak.rb', line 19

def error(msg) end

#fatal(msg) ⇒ Object



17
# File 'lib/riak.rb', line 17

def fatal(msg) end

#info(msg) ⇒ Object



23
# File 'lib/riak.rb', line 23

def info(msg)  end

#warn(msg) ⇒ Object



21
# File 'lib/riak.rb', line 21

def warn(msg)  end