|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jcoderz.commons.logging.DisplayOptions
public final class DisplayOptions
This class comprises display options, i.e. which fields are to display with how many details.
| Constructor Summary | |
|---|---|
DisplayOptions()
|
|
| Method Summary | |
|---|---|
Object |
clone()
|
boolean |
displayBusinessImpact()
Gets the flag whether the business impact is displayed. |
void |
displayBusinessImpact(boolean display)
Sets the flag whether the business impact is displayed. |
boolean |
displayCategory()
Gets the flag whether the category is displayed. |
void |
displayCategory(boolean display)
Sets the flag whether the category is displayed. |
boolean |
displayInstanceId()
Gets the flag whether the instance id is displayed. |
void |
displayInstanceId(boolean display)
Sets the flag whether the instance id is displayed. |
boolean |
displayLoggerLevel()
Gets the flag whether the logger level is displayed. |
void |
displayLoggerLevel(boolean display)
Sets the flag whether the logger level / severity is displayed. |
boolean |
displayMessageStackTrace()
Gets the flag whether a log message's stacktrace is displayed. |
void |
displayMessageStackTrace(boolean display)
Sets the flag whether the stack trace of a log message is displayed. |
boolean |
displayNodeId()
Gets the flag whether the node id is displayed. |
void |
displayNodeId(boolean display)
Sets the flag whether the node id is displayed. |
boolean |
displayParameters()
Gets the flag whether the parameters are displayed. |
void |
displayParameters(boolean display)
Sets the flag whether the parameters for a message are displayed. |
boolean |
displayRecordNumber()
Gets the flag whether the record number is displayed. |
void |
displayRecordNumber(boolean display)
Sets the flag whether the record number of a log file record is displayed. |
boolean |
displaySolution()
Gets the flag whether the possible solution is displayed. |
void |
displaySolution(boolean display)
Sets the flag whether the possible solution for a message is displayed. |
boolean |
displaySourceClass()
Gets the flag whether the source class name is displayed. |
void |
displaySourceClass(boolean display)
Sets the flag whether the source class, where the message was logged, is displayed. |
boolean |
displaySourceMethod()
Gets the flag whether the source method name is displayed. |
void |
displaySourceMethod(boolean display)
Sets the flag whether the source method, where the message was logged, is displayed. |
boolean |
displayStackTrace()
Gets the flag whether an exception's stacktrace is displayed. |
void |
displayStackTrace(boolean display)
Sets the flag whether the stack trace of an exception is displayed. |
boolean |
displaySymbol()
Gets the flag whether the symbol is displayed. |
void |
displaySymbol(boolean display)
Sets the flag whether the symbol is displayed. |
boolean |
displaySymbolId()
Gets the flag whether the symbol id is displayed. |
void |
displaySymbolId(boolean display)
Sets the flag whether the symbol id is displayed. |
boolean |
displayThreadId()
Gets the flag whether the thread id is displayed. |
void |
displayThreadId(boolean display)
Sets the flag whether the thread id is displayed. |
boolean |
displayThreadName()
Sets the flag whether the thread name should be displayed. |
void |
displayThreadName(boolean display)
Sets the flag whether the thread name is displayed. |
boolean |
displayTimestamp()
Gets the flag whether the timestamp is displayed. |
void |
displayTimestamp(boolean display)
Sets the flag whether the timestamp is displayed. |
boolean |
displayTraceLines()
Gets the flag whether standard trace logs are displayed, i.e. undeclared log messages, which are generated by standard logger api calls. |
void |
displayTraceLines(boolean display)
Sets the flag whether standard trace logs are displayed, i.e. undeclared log messages, which are generated by standard logger api calls. |
boolean |
displayTrackingNumber()
Gets the flag whether the sequence of tracking numbers is displayed. |
void |
displayTrackingNumber(boolean display)
Sets the flag whether the sequence of tracking numbers is displayed. |
| Methods inherited from class java.lang.Object |
|---|
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public DisplayOptions()
| Method Detail |
|---|
public void displayThreadId(boolean display)
display - If true, thread id is displayed; if false do not display
the thread id.public boolean displayThreadId()
public void displayNodeId(boolean display)
display - If true, node id is displayed; if false do not display
the node id.public boolean displayNodeId()
public void displayInstanceId(boolean display)
display - If true, instance id is displayed; if false do not display
the instance id.public boolean displayInstanceId()
public void displayBusinessImpact(boolean display)
display - If true, business impact is displayed; if false do not
display the business impact.public boolean displayBusinessImpact()
public void displayCategory(boolean display)
display - If true, category is displayed; if false do not
display the category.public boolean displayCategory()
public void displayThreadName(boolean display)
display - If true, the thread name is displayed; if false do not
display the thread name.public boolean displayThreadName()
public void displayLoggerLevel(boolean display)
display - If true, logger level is displayed; if false do not
display the logger level.public boolean displayLoggerLevel()
public void displayTimestamp(boolean display)
display - If true, timestamp is displayed; if false do not
display the timestamp.public boolean displayTimestamp()
public void displayRecordNumber(boolean display)
display - If true, record number is displayed; if false do not
display the record number.public boolean displayRecordNumber()
public void displaySourceClass(boolean display)
display - If true, source class is displayed; if false do not
display the source class.public boolean displaySourceClass()
public void displaySourceMethod(boolean display)
display - If true, source method is displayed; if false do not
display the source method.public boolean displaySourceMethod()
public void displaySolution(boolean display)
display - If true, solution is displayed; if false do not
display the solution.public boolean displaySolution()
public void displayParameters(boolean display)
display - If true, parameters are displayed; if false do not
display the parameters.public boolean displayParameters()
public void displaySymbol(boolean display)
display - If true, the symbol is displayed; if false do not
display the symbol.public boolean displaySymbol()
public void displaySymbolId(boolean display)
display - If true, the symbol id is displayed; if false do not
display the symbol id.public boolean displaySymbolId()
public void displayTrackingNumber(boolean display)
display - If true, the sequence of tracking numbers is displayed;
if false do not display the sequence of tracking numbers.public boolean displayTrackingNumber()
public void displayStackTrace(boolean display)
display - If true, the stacktrace of an exception is displayed;
if false do not display an exception's stacktrace.public boolean displayStackTrace()
public void displayMessageStackTrace(boolean display)
display - If true, the stacktrace of a log message is displayed;
if false do not display a log message's stacktrace.public boolean displayMessageStackTrace()
public void displayTraceLines(boolean display)
display - If true, standard trace logs are displayed;
if false do not display standard trace logs.public boolean displayTraceLines()
public Object clone()
throws CloneNotSupportedException
clone in class ObjectCloneNotSupportedException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||