|
7.0 Action Request System Java API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.remedy.arsys.api.LoggingInfo
The LoggingInfo
class
updates the indicated logging information for the
specified server.
Constructor Summary | |
LoggingInfo()
|
|
LoggingInfo(boolean isEnabled,
long type,
long writeToFileOrStatus,
java.lang.String path)
Default constructor |
Method Summary | |
void |
enable(boolean isEnabled)
Sets the logging to on/off. |
java.lang.String |
getPath()
Returns path to log file. |
long |
getType()
Returns type of logging. |
long |
getWriteToFileOrStatus()
Returns location of log information. |
boolean |
isEnabled()
Returns TRUE if logging is enabled. |
void |
setPath(java.lang.String fileNameWithPath)
Sets path to log file. |
void |
setType(long type)
Sets type of logging. |
void |
setWriteToFileOrStatus(long writeToFileOrStatus)
Sets where to return log information. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public LoggingInfo()
public LoggingInfo(boolean isEnabled, long type, long writeToFileOrStatus, java.lang.String path)
Method Detail |
public void enable(boolean isEnabled)
public void setType(long type)
Constants.AR_DEBUG_SERVER_NONE
,
Constants.AR_DEBUG_SERVER_SQL
,
Constants.AR_DEBUG_SERVER_FILTER
,
Constants.AR_DEBUG_SERVER_API
public void setWriteToFileOrStatus(long writeToFileOrStatus)
public void setPath(java.lang.String fileNameWithPath)
public boolean isEnabled()
TRUE
if logging is enabled.
public long getType()
public long getWriteToFileOrStatus()
public java.lang.String getPath()
|
7.0 Action Request System Java API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |