Class: Opsmgr::LoggerWithProgName

Inherits:
Object
  • Object
show all
Defined in:
lib/opsmgr/log.rb

Instance Method Summary collapse

Constructor Details

#initialize(progname) ⇒ LoggerWithProgName

Returns a new instance of LoggerWithProgName.



48
49
50
# File 'lib/opsmgr/log.rb', line 48

def initialize(progname)
  @progname = progname
end