class Cql::Client::NullLogger

@private

Public Instance Methods

close(*) click to toggle source
# File lib/cql/client/null_logger.rb, line 7
def close(*); end
debug(*) click to toggle source
# File lib/cql/client/null_logger.rb, line 8
def debug(*); end
debug?() click to toggle source
# File lib/cql/client/null_logger.rb, line 9
def debug?; false end
error(*) click to toggle source
# File lib/cql/client/null_logger.rb, line 10
def error(*); end
error?() click to toggle source
# File lib/cql/client/null_logger.rb, line 11
def error?; false end
fatal(*) click to toggle source
# File lib/cql/client/null_logger.rb, line 12
def fatal(*); end
fatal?() click to toggle source
# File lib/cql/client/null_logger.rb, line 13
def fatal?; false end
info(*) click to toggle source
# File lib/cql/client/null_logger.rb, line 14
def info(*); end
info?() click to toggle source
# File lib/cql/client/null_logger.rb, line 15
def info?; false end
unknown(*) click to toggle source
# File lib/cql/client/null_logger.rb, line 16
def unknown(*); end
warn(*) click to toggle source
# File lib/cql/client/null_logger.rb, line 17
def warn(*); end
warn?() click to toggle source
# File lib/cql/client/null_logger.rb, line 18
def warn?; false end