Class: Vara::LoggerWithProgName
- Inherits:
-
Object
- Object
- Vara::LoggerWithProgName
- Defined in:
- lib/vara/log.rb
Instance Method Summary collapse
-
#initialize(progname) ⇒ LoggerWithProgName
constructor
A new instance of LoggerWithProgName.
Constructor Details
#initialize(progname) ⇒ LoggerWithProgName
Returns a new instance of LoggerWithProgName.
52 53 54 |
# File 'lib/vara/log.rb', line 52 def initialize(progname) @progname = progname end |