|
Changes since the last release |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.ebay.sdk.ApiLogging
public class ApiLogging
Contains properties to control SDK logging.
View UML diagram of the class.
Title:
Description:
Copyright: Copyright (c) 2004
Company: eBay Inc.
| Constructor Summary | |
|---|---|
ApiLogging()
Constructor. |
|
| Method Summary | |
|---|---|
boolean |
getEnableLogging()
Indicates if logging should be enabled. |
boolean |
getLogExceptions()
Get LogExceptions property. |
boolean |
getLogSOAPMessages()
Get LogSOAPMessages property. |
ExceptionFilter |
getMessageLoggingFilter()
Get the message logging filter. |
org.apache.commons.logging.Log |
getOverrideLog()
Get the logger. |
void |
setEnableLogging(boolean enableLogging)
Specifies if logging should be enabled. |
void |
setLogExceptions(boolean logExceptions)
Set to true to enable logging of all exceptions if logging is enabled (setEnableLogging(true)). |
void |
setLogSOAPMessages(boolean logSOAPMessages)
Set to true to enable logging of SOAP request and response messages if logging is enabled (setEnableLogging(true)). |
void |
setMessageLoggingFilter(ExceptionFilter messageLoggingFilter)
Set the message logging filter. |
void |
setOverrideLog(org.apache.commons.logging.Log overrideLog)
Set the logger. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ApiLogging()
| Method Detail |
|---|
public void setLogExceptions(boolean logExceptions)
logExceptions - booleanpublic boolean getLogExceptions()
public void setLogSOAPMessages(boolean logSOAPMessages)
logSOAPMessages - booleanpublic boolean getLogSOAPMessages()
public boolean getEnableLogging()
public void setEnableLogging(boolean enableLogging)
enableLogging - true means to enable logging. false to display it.public org.apache.commons.logging.Log getOverrideLog()
public void setOverrideLog(org.apache.commons.logging.Log overrideLog)
overrideLog - the logger to be set to.public ExceptionFilter getMessageLoggingFilter()
public void setMessageLoggingFilter(ExceptionFilter messageLoggingFilter)
the - message logging filter object.
|
Changes since the last release |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
The information contained in this document is proprietary and confidential. Use of this information and the eBay API requires a Non-Disclosure Agreement (NDA) between the user and eBay Inc. For information regarding a qualifying NDA, contact Developer Relations:developer-relations@ebay.com
© 2004-2006 eBay Inc. All rights reserved.