Class: Barruun::LoggingCommand

Inherits:
Thor
  • Object
show all
Defined in:
lib/barruun/cli.rb

Instance Method Summary collapse

Instance Method Details

#sink(file_path) ⇒ Object



13
14
15
# File 'lib/barruun/cli.rb', line 13

def sink(file_path)
  Barruun::Managers::Logging::Sink.new(file_path).call
end