Class TLogStringBuffer

java.lang.Object
net.thevpc.common.prs.log.TLogStringBuffer
All Implemented Interfaces:
TLoadableLog, TLog

public class TLogStringBuffer extends Object implements TLoadableLog
Author:
Taha BEN SALAH (taha.bensalah@gmail.com) %creationtime 3 janv. 2006 21:40:14
  • Constructor Details

    • TLogStringBuffer

      public TLogStringBuffer()
    • TLogStringBuffer

      public TLogStringBuffer(int max)
  • Method Details

    • trace

      public void trace(Object msg)
      Specified by:
      trace in interface TLog
    • error

      public void error(Object msg)
      Specified by:
      error in interface TLog
    • error

      public void error(String message, Object msg)
      Specified by:
      error in interface TLog
    • warning

      public void warning(Object msg)
      Specified by:
      warning in interface TLog
    • debug

      public void debug(Object msg)
      Specified by:
      debug in interface TLog
    • write

      protected void write(String type, Object msg)
    • tail

      public String tail(int size)
      Specified by:
      tail in interface TLoadableLog
    • getMax

      public int getMax()
    • setMax

      public void setMax(int max)
    • close

      public void close()
      Specified by:
      close in interface TLog