class Dockit::Log

Public Class Methods

print_chunk(chunk) click to toggle source

new docker app (xhyve) returns multi-line (multiple JSON hash) chunks. So, split them up before trying to parse them.

Private Class Methods

print_one_chunk(chunk) click to toggle source

Public Instance Methods

debug(msg) click to toggle source
# File lib/dockit.rb, line 17
def debug(msg)
  $stderr.puts "DEBUG: " + msg.join(' ')
end