# File lib/sup/logger.rb, line 35
  def clear!; @mutex.synchronize { @buf = StringIO.new } end