Skip to content
  • grunau's avatar
    BufferingLog: store log messages in memory · 366239e6
    grunau authored
    BufferingLog is a tgt::Log subclass that stores log messages in
    a bounded deque, whose maximum size is specified when calling
    BufferingLog's constructor. When it reaches its maximum capacity and is
    asked to store additional messages, it discards old ones according to
    the least recently used policy.
    
    There will soon be a Qt model using BufferingLog as its data source.
    It will provide log filtering and message formatting.
    
    git-svn-id: https://camplinux.in.tum.de/svn/campvis/branches/gui-redux@508 bb408c1c-ae56-11e1-83d9-df6b3e0c105e
    366239e6