Class: HKeyPerfDataReader::Reader::NullLogger

Inherits:
Object
  • Object
show all
Defined in:
lib/fluent/plugin/hkey_perf_data_reader.rb

Instance Method Summary collapse

Instance Method Details

#debug(*args, &block) ⇒ Object



267
268
# File 'lib/fluent/plugin/hkey_perf_data_reader.rb', line 267

def debug(*args, &block)
end

#error(*args, &block) ⇒ Object



276
277
# File 'lib/fluent/plugin/hkey_perf_data_reader.rb', line 276

def error(*args, &block)
end

#fatal(*args, &block) ⇒ Object



279
280
# File 'lib/fluent/plugin/hkey_perf_data_reader.rb', line 279

def fatal(*args, &block)
end

#info(*args, &block) ⇒ Object



270
271
# File 'lib/fluent/plugin/hkey_perf_data_reader.rb', line 270

def info(*args, &block)
end

#trace(*args, &block) ⇒ Object



264
265
# File 'lib/fluent/plugin/hkey_perf_data_reader.rb', line 264

def trace(*args, &block)
end

#warn(*args, &block) ⇒ Object



273
274
# File 'lib/fluent/plugin/hkey_perf_data_reader.rb', line 273

def warn(*args, &block)
end