Class: Footprint::Log::OutFile

Inherits:
Basic
  • Object
show all
Defined in:
lib/footprint/log/out_file.rb

Instance Method Summary collapse

Methods inherited from Basic

#initialize

Constructor Details

This class inherits a constructor from Footprint::Log::Basic

Instance Method Details

#write(message) ⇒ Object



9
10
11
# File 'lib/footprint/log/out_file.rb', line 9

def write(message)
  info message
end