Uses of Class
com.sap.tc.logging.Log

Packages that use Log
com.sap.tc.logging Provides the classes for emitting and controlling the output of trace and log messages, and the classes for organizing hierarchies of message kinds, origins and destinations. 
 

Uses of Log in com.sap.tc.logging
 

Subclasses of Log in com.sap.tc.logging
 class ConsoleLog
          Writes log records to System.err.
 class FileLog
          Writes log records to files.
 class StreamLog
          Writes log records to output streams.
 

Methods in com.sap.tc.logging that return Log
 Log NewLogEvent.getNewLog()
           
 Log RemoveLogEvent.getRemoveLog()
           
 

Methods in com.sap.tc.logging that return types with arguments of type Log
 Collection<Log> LogController.getAllLogs()
          Gets all logs (public, private, local and logs inherent from parent) this log controller writes messages to.
 Collection<Log> LogController.getLocalLogs()
          Deprecated.  
 Collection<Log> LogController.getLogs()
          Gets the normal logs this log controller writes messages to.
 Collection<Log> LogController.getPrivateLogs()
          Gets the private logs this log controller writes messages to.
 

Methods in com.sap.tc.logging with parameters of type Log
 void LogController.addLocalLog(Log log)
          Deprecated.  
 void LogController.addLog(Log log)
          Adds another log for this log controller to write messages to.
 void LogController.addPrivateLog(Log log)
          Adds another private log for this log controller to write messages to.
 String XMLFormatter.getFooter(Log log)
           
 String Formatter.getFooter(Log log)
          Returns the footer for a set of formatted records.
 String XMLFormatter.getHeader(Log log)
           
 String Formatter.getHeader(Log log)
          Returns the header for a set of formatted records.
protected  boolean LoggingManager.isBeingAttached(Log aLog)
           
protected  void LoggingManager.notifyAddLog(Log newLog)
           
protected  void LoggingManager.notifyRemoveLog(Log removeLog)
           
 void LogController.removeLog(Log log)
          Removes a log associated with this log controller.
 

Constructors in com.sap.tc.logging with parameters of type Log
NewLogEvent(Log aNewLog)
           
RemoveLogEvent(Log aRemoveLog)
           
 



Copyright 2010 SAP AG Complete Copyright Notice