com.sybase.uep.bobclient.data
Class AppLoggerFactory

java.lang.Object
  extended by com.sybase.uep.bobclient.data.AppLoggerFactory

public class AppLoggerFactory
extends java.lang.Object

The class is in order to create the concrete application logger wrapper by deviceID and appID

Author:
luox

Constructor Summary
AppLoggerFactory()
           
 
Method Summary
static AppLoggerWrapper createAppLogger(java.lang.String appID)
          Creates a instance of application logger wrapper in terms of appID and the default deviceID
static AppLoggerWrapper getAppLogger()
          Creates a instance of application logger wrapper using the default appID
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AppLoggerFactory

public AppLoggerFactory()
Method Detail

createAppLogger

public static AppLoggerWrapper createAppLogger(java.lang.String appID)
Creates a instance of application logger wrapper in terms of appID and the default deviceID

Parameters:
appID - The ID of application
Returns:
AppLogger The application log wrapper which is generated from the given deviceID and appID

getAppLogger

public static AppLoggerWrapper getAppLogger()
Creates a instance of application logger wrapper using the default appID

Returns:
AppLogger The application log wrapper which is generated from the default deviceID and appID