com.toshiba.tgcsapi
Class TGCSMPOSLogging

java.lang.Object
  extended by com.toshiba.tgcsapi.TGCSMPOSLogging

public class TGCSMPOSLogging
extends java.lang.Object


Constructor Summary
TGCSMPOSLogging()
           
 
Method Summary
static int getLogLevel()
          Obtain the current cached logging level.
static void setLogFilePath(java.lang.String path)
          Set the LogFilePath for the API.
static void setLogLevel(int level)
          Set the current logging level of the API.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TGCSMPOSLogging

public TGCSMPOSLogging()
Method Detail

setLogFilePath

public static void setLogFilePath(java.lang.String path)
Set the LogFilePath for the API.


setLogLevel

public static void setLogLevel(int level)
Set the current logging level of the API. Valid values are: LOGGER_FATAL 0 LOGGER_ERROR 1 LOGGER_WARNING 2 LOGGER_INFO 3 LOGGER_DEBUG 4 LOGGER_VERBOSE 5 LOGGER_TRACE 6 LOGGER_MAX 7


getLogLevel

public static int getLogLevel()
Obtain the current cached logging level.