Class: Makitzo::Logging::Blackhole

Inherits:
Object
  • Object
show all
Defined in:
lib/makitzo/logging/blackhole.rb

Instance Method Summary collapse

Instance Method Details

#collector?Boolean

Returns:

  • (Boolean)


13
# File 'lib/makitzo/logging/blackhole.rb', line 13

def collector?; false; end

#debug(msg) ⇒ Object



12
# File 'lib/makitzo/logging/blackhole.rb', line 12

def debug(msg); end

#error(msg) ⇒ Object



7
# File 'lib/makitzo/logging/blackhole.rb', line 7

def error(msg); end

#info(msg) ⇒ Object



11
# File 'lib/makitzo/logging/blackhole.rb', line 11

def info(msg); end

#log_command(status) ⇒ Object



4
# File 'lib/makitzo/logging/blackhole.rb', line 4

def log_command(status); end

#notice(msg) ⇒ Object



9
# File 'lib/makitzo/logging/blackhole.rb', line 9

def notice(msg); end

#overall_error!Object



6
# File 'lib/makitzo/logging/blackhole.rb', line 6

def overall_error!; end

#overall_success!Object



5
# File 'lib/makitzo/logging/blackhole.rb', line 5

def overall_success!; end

#resultObject



14
# File 'lib/makitzo/logging/blackhole.rb', line 14

def result; ""; end

#success(msg) ⇒ Object



8
# File 'lib/makitzo/logging/blackhole.rb', line 8

def success(msg); end

#warn(msg) ⇒ Object



10
# File 'lib/makitzo/logging/blackhole.rb', line 10

def warn(msg); end

#with_host(host, &block) ⇒ Object



3
# File 'lib/makitzo/logging/blackhole.rb', line 3

def with_host(host, &block); yield; end