Class TLogList

java.lang.Object
net.thevpc.common.prs.log.TLogList
All Implemented Interfaces:
TLog
Direct Known Subclasses:
TLoadableLogList

public class TLogList extends Object implements TLog
Author:
Taha BEN SALAH (taha.bensalah@gmail.com) %creationtime 7 août 2009
  • Constructor Details

    • TLogList

      public TLogList(TLog... list)
  • 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
    • getList

      public TLog[] getList()
    • close

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