Class: Riak::NullLogger

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

Instance Method Summary collapse

Instance Method Details

#debug(msg) ⇒ Object



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

def debug(msg) end

#error(msg) ⇒ Object



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

def error(msg) end

#fatal(msg) ⇒ Object



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

def fatal(msg) end

#info(msg) ⇒ Object



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

def info(msg)  end

#warn(msg) ⇒ Object



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

def warn(msg)  end