Class: Notarius::Config
- Inherits:
-
Object
- Object
- Notarius::Config
- Defined in:
- lib/notarius/config.rb
Overview
Holds the configuration for a logging module.
Instance Attribute Summary collapse
-
#console ⇒ Boolean
Turn console logging on or off.
-
#file ⇒ String?
Turn file logging on or off.
Instance Attribute Details
#console ⇒ Boolean
Turn console logging on or off. Default is off.
9 10 11 |
# File 'lib/notarius/config.rb', line 9 def console @console end |
#file ⇒ String?
Turn file logging on or off. Default is off.
14 15 16 |
# File 'lib/notarius/config.rb', line 14 def file @file end |