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, #package

Instance Method Details

#log(prefix, string) ⇒ Object



59
60
61
# File 'lib/license_finder/logger.rb', line 59

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