Uses of Interface
com.sap.ip.me.api.logging.LogWriter

Packages that use LogWriter
com.sap.ip.me.api.logging   
 

Uses of LogWriter in com.sap.ip.me.api.logging
 

Classes in com.sap.ip.me.api.logging that implement LogWriter
 class DefaultFileLogWriter
          Default file log writer implementation for Mobile Infrastructure.
 class DefaultSystemLogWriter
          Default System.out log writer implementation for Mobile Infrastructure.
 

Methods in com.sap.ip.me.api.logging that return LogWriter
protected  LogWriter Trace.getLogWriter()
          Returns the LogWriter instance of this log.
protected  LogWriter AppLog.getLogWriter()
          Returns the LogWriter instance of this log.
protected abstract  LogWriter AbstractLogging.getLogWriter()
          Returns the LogWriter instance of this log.
 

Methods in com.sap.ip.me.api.logging with parameters of type LogWriter
protected  void Trace.setLogWriter(LogWriter newLogWriter)
          Sets the LogWriter instance.
protected  void AppLog.setLogWriter(LogWriter newLogWriter)
          Sets the LogWriter instance.
protected abstract  void AbstractLogging.setLogWriter(LogWriter newLogWriter)
          Sets the LogWriter instance.
 



Copyright © 2005 SAP AG. All Rights Reserved.