Class: LicenseFinder::Logger::Verbose

Inherits:
Base
  • Object
show all
Defined in:
lib/license_finder/logger.rb

Instance Method Summary collapse

Methods inherited from Base

#activation, #active, #installed, #package

Instance Method Details

#log(prefix, string) ⇒ Object



85
86
87
# File 'lib/license_finder/logger.rb', line 85

def log prefix, string
  printf("%s: %s\n", prefix, string)
end