|
AR System Java API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.bmc.arsys.api.LoggingInfo
public class LoggingInfo
The LoggingInfo
class
updates the indicated logging information for the
specified server.
Constructor Summary | |
---|---|
LoggingInfo()
|
|
LoggingInfo(boolean isEnabled,
long type,
long writeToFileOrStatus,
String path)
Default constructor |
Method Summary | |
---|---|
void |
enable(boolean isEnabled)
Sets the logging to on/off. |
boolean |
equals(Object obj)
|
String |
getPath()
Returns path to log file. |
long |
getType()
Returns type of logging. |
long |
getWriteToFileOrStatus()
Returns location of log information. |
int |
hashCode()
|
boolean |
isEnabled()
Returns TRUE if logging is enabled. |
boolean |
isWorkflowMaskOn()
|
boolean |
log(String text)
Writes the log information from the status list to the file provided by the client. |
void |
setPath(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. |
String |
toString()
|
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public LoggingInfo()
public LoggingInfo(boolean isEnabled, long type, long writeToFileOrStatus, 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(String fileNameWithPath)
public boolean isEnabled()
TRUE
if logging is enabled.
public long getType()
public long getWriteToFileOrStatus()
public String getPath()
public boolean isWorkflowMaskOn()
public boolean log(String text)
text
-
public String toString()
toString
in class Object
public int hashCode()
hashCode
in class Object
public boolean equals(Object obj)
equals
in class Object
|
AR System Java API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |