Class: Photein::Logger
- Inherits:
-
Object
- Object
- Photein::Logger
- Includes:
- Singleton
- Defined in:
- lib/photein/logger.rb
Class Attribute Summary collapse
-
.stderr ⇒ Object
readonly
Returns the value of attribute stderr.
-
.stdout ⇒ Object
readonly
Returns the value of attribute stdout.
Class Method Summary collapse
Class Attribute Details
.stderr ⇒ Object (readonly)
Returns the value of attribute stderr.
19 20 21 |
# File 'lib/photein/logger.rb', line 19 def stderr @stderr end |
.stdout ⇒ Object (readonly)
Returns the value of attribute stdout.
19 20 21 |
# File 'lib/photein/logger.rb', line 19 def stdout @stdout end |