module LoggingLibrary
Constants
- LOG_LEVELS
- Loggable
- VERSION
Attributes
output_device[W]
Public Class Methods
output_device()
click to toggle source
# File lib/logging_library.rb, line 15 def output_device @output_device ||= $stderr end