|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectqx.core.Object
qx.log.LogEventProcessor
qx.log.appender.Abstract
public abstract class Abstract
An appender. Does the actual logging.
Constructor Summary | |
---|---|
Abstract()
|
Method Summary | |
---|---|
void |
appendLogEvent(java.lang.Object evt)
Appends a log event to the log. |
java.lang.String |
formatLogEvent(java.lang.Object evt)
Formats a log event. |
boolean |
getUseLongFormat()
Returns the (computed) value of the property useLongFormat . |
void |
handleLogEvent(java.lang.Object evt)
Processes a log event. |
void |
initUseLongFormat(boolean arg)
Calls the apply method and dispatches the change event of the property useLongFormat
with the default value defined by the class developer. |
boolean |
isUseLongFormat()
Check whether the (computed) value of the boolean property useLongFormat equals true . |
void |
resetUseLongFormat()
Resets the user value of the property useLongFormat . |
void |
setUseLongFormat(boolean arg)
Sets the user value of the property useLongFormat . |
boolean |
toggleUseLongFormat()
Toggles the (computed) value of the boolean property useLongFormat . |
Methods inherited from class qx.log.LogEventProcessor |
---|
_getDefaultFilter, addFilter, clearFilters, decideLogEvent, getHeadFilter, setEnabled, setMinLevel |
Methods inherited from class qx.core.Object |
---|
_disposeFields, _disposeObjectDeep, _disposeObjects, base, dispose, get, getDisposed, isDisposed, reset, self, set, toHashCode, toString_ |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Abstract()
Method Detail |
---|
public void appendLogEvent(java.lang.Object evt)
Appends a log event to the log.
public java.lang.String formatLogEvent(java.lang.Object evt)
Formats a log event.
public boolean getUseLongFormat()
Returns the (computed) value of the property useLongFormat
.
For further details take a look at the property definition: useLongFormat
.
public void handleLogEvent(java.lang.Object evt)
LogEventProcessor
Processes a log event.
handleLogEvent
in class LogEventProcessor
public void initUseLongFormat(boolean arg)
Calls the apply method and dispatches the change event of the property useLongFormat
with the default value defined by the class developer. This function can
only be called from the constructor of a class.
For further details take a look at the property definition: useLongFormat
.
public boolean isUseLongFormat()
Check whether the (computed) value of the boolean property useLongFormat
equals true
.
For further details take a look at the property definition: useLongFormat
.
public void resetUseLongFormat()
Resets the user value of the property useLongFormat
.
The computed value falls back to the next available value e.g. appearance, init or inheritance value depeneding on the property configuration and value availability.
For further details take a look at the property definition: useLongFormat
.
public void setUseLongFormat(boolean arg)
Sets the user value of the property useLongFormat
.
For further details take a look at the property definition: useLongFormat
.
public boolean toggleUseLongFormat()
Toggles the (computed) value of the boolean property useLongFormat
.
For further details take a look at the property definition: useLongFormat
.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |