Class: Trifle::Logger::Tracer::Null

Inherits:
Object
  • Object
show all
Defined in:
lib/trifle/logger/tracer/null.rb

Instance Method Summary collapse

Instance Method Details

#artifact(_name, _path) ⇒ Object



13
# File 'lib/trifle/logger/tracer/null.rb', line 13

def artifact(_name, _path); end

#bumpObject



23
# File 'lib/trifle/logger/tracer/null.rb', line 23

def bump; end

#fail!Object



15
# File 'lib/trifle/logger/tracer/null.rb', line 15

def fail!; end

#ignore!Object



19
# File 'lib/trifle/logger/tracer/null.rb', line 19

def ignore!; end

#liftoffObject



21
# File 'lib/trifle/logger/tracer/null.rb', line 21

def liftoff; end

#tag(_tag) ⇒ Object



11
# File 'lib/trifle/logger/tracer/null.rb', line 11

def tag(_tag); end

#trace(_message, **_keywords) ⇒ Object



7
8
9
# File 'lib/trifle/logger/tracer/null.rb', line 7

def trace(_message, **_keywords)
  yield if block_given?
end

#warn!Object



17
# File 'lib/trifle/logger/tracer/null.rb', line 17

def warn!; end

#wrapupObject



25
# File 'lib/trifle/logger/tracer/null.rb', line 25

def wrapup; end