# File lib/larch/logger.rb, line 45
  def output=(output)
    raise ArgumentError, "output must be an instance of class IO" unless output.is_a?(IO)
    @output = output
  end