class TP2::Logger
def initialize(machine, fd = $stdout.fileno, **opts)
def initialize(machine, fd = $stdout.fileno, **opts) @machine = machine @fd = fd @opts = opts end
def initialize(machine, fd = $stdout.fileno, **opts) @machine = machine @fd = fd @opts = opts end