Module: OrientSupport::Logging
- Included in:
- ActiveOrient::OrientDB
- Defined in:
- lib/support/logging.rb
Defined Under Namespace
Modules: ClassMethods
Class Method Summary collapse
Class Method Details
.included(base) ⇒ Object
4 5 6 7 8 9 |
# File 'lib/support/logging.rb', line 4 def self.included(base) base.extend ClassMethods base.send :define_method, :logger do base.logger end end |