# File lib/logging/appenders/string_io.rb, line 46
    def clear
      @mutex.synchronize {
        @pos = 0
        @sio.seek 0
        @sio.truncate 0
      }
    end