Module: LogSyringe
- Defined in:
- lib/log_syringe.rb,
lib/log_syringe/dsl.rb,
lib/log_syringe/version.rb
Overview
Top level namespace
Defined Under Namespace
Classes: DSL
Constant Summary collapse
- VERSION =
Current version for this gem
'0.1.0'
Class Attribute Summary collapse
-
.logger ⇒ Object
The logger to be passed to log_method blocks.
Class Method Summary collapse
-
.define(klass, &block) ⇒ Object
Define logging for a class/module.
Class Attribute Details
.logger ⇒ Object
The logger to be passed to log_method blocks
9 10 11 |
# File 'lib/log_syringe.rb', line 9 def logger @logger end |