Class: Hyrax::Ingest::HasLogger::Configuration
- Inherits:
-
Object
- Object
- Hyrax::Ingest::HasLogger::Configuration
- Defined in:
- lib/hyrax/ingest/has_logger.rb
Instance Attribute Summary collapse
-
#default_log_to ⇒ Object
Returns the value of attribute default_log_to.
Instance Method Summary collapse
-
#initialize ⇒ Configuration
constructor
A new instance of Configuration.
Constructor Details
#initialize ⇒ Configuration
Returns a new instance of Configuration.
23 24 25 |
# File 'lib/hyrax/ingest/has_logger.rb', line 23 def initialize @default_log_to = STDOUT end |
Instance Attribute Details
#default_log_to ⇒ Object
Returns the value of attribute default_log_to.
22 23 24 |
# File 'lib/hyrax/ingest/has_logger.rb', line 22 def default_log_to @default_log_to end |