com.sap.tc.mobile.logging
Class LoggingManager

java.lang.Object
  extended by com.sap.tc.mobile.logging.LoggingManager

public class LoggingManager
extends java.lang.Object

Logging manager. Logging manager collects all existing locations and categories, so they can be accessed from administrative tools and their data can be saved/restored.

Author:
d039184

Constructor Summary
LoggingManager()
           
 
Method Summary
 java.util.Collection getAllLogs()
          Get a collection of all Locations and Categories.
static LoggingManager getLoggingManager()
          Get logging manager instance.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LoggingManager

public LoggingManager()
Method Detail

getLoggingManager

public static LoggingManager getLoggingManager()
Get logging manager instance.

Returns:
logging manager instance.

getAllLogs

public java.util.Collection getAllLogs()
Get a collection of all Locations and Categories. This will create a new collection on each call.

Returns:
all logs.