Class: Tracia::DefaultLogger
- Inherits:
-
Object
- Object
- Tracia::DefaultLogger
- Defined in:
- lib/tracia/default_logger.rb
Instance Method Summary collapse
- #call(root) ⇒ Object
-
#initialize(out: STDOUT, html: false) ⇒ DefaultLogger
constructor
A new instance of DefaultLogger.
Constructor Details
#initialize(out: STDOUT, html: false) ⇒ DefaultLogger
Returns a new instance of DefaultLogger.
3 4 5 6 |
# File 'lib/tracia/default_logger.rb', line 3 def initialize(out: STDOUT, html: false) @out = out @html = html end |