Class: Trifle::Logger::Tracer::Null
- Inherits:
-
Object
- Object
- Trifle::Logger::Tracer::Null
- Defined in:
- lib/trifle/logger/tracer/null.rb
Instance Method Summary collapse
- #artifact(_name, _path) ⇒ Object
- #bump ⇒ Object
- #fail! ⇒ Object
- #ignore! ⇒ Object
- #liftoff ⇒ Object
- #tag(_tag) ⇒ Object
- #trace(_message, **_keywords) ⇒ Object
- #warn! ⇒ Object
- #wrapup ⇒ Object
Instance Method Details
#artifact(_name, _path) ⇒ Object
13 |
# File 'lib/trifle/logger/tracer/null.rb', line 13 def artifact(_name, _path); end |
#bump ⇒ Object
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 |
#liftoff ⇒ Object
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(, **_keywords) yield if block_given? end |
#warn! ⇒ Object
17 |
# File 'lib/trifle/logger/tracer/null.rb', line 17 def warn!; end |
#wrapup ⇒ Object
25 |
# File 'lib/trifle/logger/tracer/null.rb', line 25 def wrapup; end |