Deprecated API

Deprecated Exceptions
com.sap.tc.logging.UnsupportedFormatException
          Use the com.sap.tc.logging.exception.UnsupportedFormatException class 
 

Deprecated Fields
com.sap.tc.logging.Category.APPLICATION
          Use APPLICATIONS 
 

Deprecated Methods
com.sap.tc.logging.Log.beGroup()
          Not supported anymore. Always return False! 
com.sap.tc.logging.reader.ReadableLog.createFileReadLog(FileLog)
          Not suported 
com.sap.tc.logging.Location.debug(Category[], Object)
          Message Code must be used together with Message Text. 
com.sap.tc.logging.Location.debug(Category, Object)
          Message Code must be used together with Message Text. 
com.sap.tc.logging.Location.error(Category[], Object)
          Message Code must be used together with Message Text. 
com.sap.tc.logging.Location.error(Category, Object)
          Message Code must be used together with Message Text. 
com.sap.tc.logging.Location.fatal(Category[], Object)
          Message Code must be used together with Message Text. 
com.sap.tc.logging.Location.fatal(Category, Object)
          Message Code must be used together with Message Text. 
com.sap.tc.logging.Category.getCategory(String)
          Parent (relative) category must be specified. 
com.sap.tc.logging.OverwriteLogfileEvent.getFileCnt()
          Use .getFileLog().getCnt() 
com.sap.tc.logging.FileLog.getFileCurrentlyBeingWritten()
          Same as FileLog.getFileName() 
com.sap.tc.logging.OverwriteLogfileEvent.getFileLimit()
          Use .getFileLog().getLimit() 
com.sap.tc.logging.OverwriteLogfileEvent.getFileName()
          Use .getFileLog().getFileName() 
com.sap.tc.logging.FileLog.getFileName()
          A current return value is equal to the java.io.File.getPath() (path name) but from the name of the method java.io.File.getName() (file name) is expected. Please use the FileLog.getPath() for getting a path name value, and the java.io.File.getName() for getting a file name value. 
com.sap.tc.logging.LogRecord.getGroup()
          Not supported anymore 
com.sap.tc.logging.LogRecord.getGroupId()
          Not supported anymore 
com.sap.tc.logging.LogRecord.getGroups()
          Not supported anymore 
com.sap.tc.logging.LogRecord.getIndent()
          @see #getGroupIndent() 
com.sap.tc.logging.LogRecord.getLevel()
          @see #getGroupLevel() 
com.sap.tc.logging.LogRecord.getLocation()
          @see #getLocationName() 
com.sap.tc.logging.FileLog.getLogId()
          Same as FileLog.getPattern() 
com.sap.tc.logging.Log.getLogName()
          @see {#getName()}. 
com.sap.tc.logging.FileLog.getParentFile()
          Use new java.io.File(FileLog.getParent()) 
com.sap.tc.logging.Log.getRecord()
          - Not supported anymore - always return null 
com.sap.tc.logging.LogRecord.getSource()
          Not supported anymore - always return null 
com.sap.tc.logging.LogRecord.getThread()
          Not supported anymore - always return null 
com.sap.tc.logging.Location.info(Category[], Object)
          Message Code must be used together with Message Text. 
com.sap.tc.logging.Location.info(Category, Object)
          Message Code must be used together with Message Text. 
com.sap.tc.logging.LogRecord.isGroupActive()
          Not supported anymore 
com.sap.tc.logging.reader.FileReadLog.isPartOfFileSet()
          Use the new isInFileSet() method 
com.sap.tc.logging.reader.ReadableLog.length()
          Use getFileLenght() 
com.sap.tc.logging.Location.log(int, Category[], Object)
          Message Code must be used together with Message Text. 
com.sap.tc.logging.Location.log(int, Category, Object)
          Message Code must be used together with Message Text. 
com.sap.tc.logging.Location.openGroup(int, Category)
          This method is not supported anymore 
com.sap.tc.logging.Location.openGroup(int, Category[])
          This method is not supported anymore 
com.sap.tc.logging.Location.openGroup(int, Category[], String)
          This method is not supported anymore 
com.sap.tc.logging.Location.openGroup(int, Category, String)
          This method is not supported anymore 
com.sap.tc.logging.Location.path(Category[], Object)
          Message Code must be used together with Message Text. 
com.sap.tc.logging.Location.path(Category, Object)
          Message Code must be used together with Message Text. 
com.sap.tc.logging.interfaces.IReadableLog.readLatestRecords(int)
          Resulting logrecords do not indicate status which is not good enough for complicated scenario like logfile rotation. It will kept around for a while, but will be eventually replaced by IReadableLog.readLatestMsgRecords(int). 
com.sap.tc.logging.reader.ReadableLog.readLatestRecords(int)
          Resulting logrecords do not indicate status which is not good enough for complicated scenario like logfile rotation. It will kept around for a while, but will be eventually replaced by ReadableLog.readLatestMsgRecords(int). 
com.sap.tc.logging.interfaces.IReadableLog.readNextRecords(int)
          Resulting logrecords do not indicate status which is not good enough for complicated scenario like logfile rotation. It will kept around for a while, but will be eventually replaced by IReadableLog.readNextMsgRecords(int). 
com.sap.tc.logging.reader.ReadableLog.readNextRecords(int)
          Resulting logrecords do not indicate status which is not good enough for complicated scenario like logfile rotation. It will kept around for a while, but will be eventually replaced by ReadableLog.readNextMsgRecords(int). 
com.sap.tc.logging.interfaces.IReadableLog.readOldestRecords(int)
          Resulting logrecords do not indicate status which is not good enough for complicated scenario like logfile rotation. It will kept around for a while, but will be eventually replaced by IReadableLog.readOldestMsgRecords(int). 
com.sap.tc.logging.reader.ReadableLog.readOldestRecords(int)
          Resulting logrecords do not indicate status which is not good enough for complicated scenario like logfile rotation. It will kept around for a while, but will be eventually replaced by ReadableLog.readOldestMsgRecords(int). 
com.sap.tc.logging.interfaces.IReadableLog.readPrevRecords(int)
          Resulting logrecords do not indicate status which is not good enough for complicated scenario like logfile rotation. It will kept around for a while, but will be eventually replaced by IReadableLog.readPrevMsgRecords(int). 
com.sap.tc.logging.reader.ReadableLog.readPrevRecords(int)
          Resulting logrecords do not indicate status which is not good enough for complicated scenario like logfile rotation. It will kept around for a while, but will be eventually replaced by ReadableLog.readPrevMsgRecords(int). 
com.sap.tc.logging.Log.setLogName(String)
          @see {#setName(String name)}. 
com.sap.tc.logging.Location.traceThrowableT(int, Category, String, Object[], Throwable)
          Not supported. 
com.sap.tc.logging.Location.traceThrowableT(int, Category, String, String, Object[], Throwable)
          Not supported. 
com.sap.tc.logging.Location.traceThrowableT(int, Category, String, String, Throwable)
          Not supported. 
com.sap.tc.logging.Location.traceThrowableT(int, Category, String, Throwable)
          Not supported. 
com.sap.tc.logging.Location.warning(Category, Object)
          Message Code must be used together with Message Text. 
com.sap.tc.logging.Log.write(LogRecord)
          not supported anymore 
 

Deprecated Constructors
com.sap.tc.logging.reader.FileReadLog(FileLog)
          Not suported 
com.sap.tc.logging.exceptions.LoggingBaseException(long, String, Object[])
          not supported 
com.sap.tc.logging.exceptions.LoggingBaseException(long, String, Object[], Throwable)
          not supported 
com.sap.tc.logging.reader.ReadableLog(String)
          ReadableLog become factory class. Use factory methods: - createReadableLog(FileLog fileLog) to get old IReadableLog instance - createFileReadLog(FileLog fileLog) to get new IReadLog instance for reading Files written using ListFormatter and TraceFormatter