Class: RippleNetworks::WarningShot::Logger

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

Instance Method Summary collapse

Constructor Details

#initialize(path, verbose = false) ⇒ Logger

Returns a new instance of Logger.



6
# File 'lib/warning_shot/logger.rb', line 6

def initialize(path,verbose=false);end

Instance Method Details

#closeObject



14
# File 'lib/warning_shot/logger.rb', line 14

def close();end

#debugObject



9
# File 'lib/warning_shot/logger.rb', line 9

def debug();end

#errorObject



10
# File 'lib/warning_shot/logger.rb', line 10

def error();end

#fatalObject



12
# File 'lib/warning_shot/logger.rb', line 12

def fatal();end

#infoObject



8
# File 'lib/warning_shot/logger.rb', line 8

def info();end

#warningObject



11
# File 'lib/warning_shot/logger.rb', line 11

def warning();end