Class XConsoleAppender
java.lang.Object
de.xima.fc.logging.components.appender.XConsoleAppender
- All Implemented Interfaces:
IAppender, IConsoleAppender, Serializable, Comparable<IAppender>
Wrapper class for console appender configs
- Since:
- 7.0.0
- Author:
- XIMA MEDIA GmbH
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionintgetDisplayDescription(Locale locale) getDisplayName(Locale locale) getName()inthashCode()booleanbooleanbooleanvoidvoidvoidtoString()Methods inherited from class Object
clone, equals, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface Comparable
compareToMethods inherited from interface IAppender
getFilter, getIdentifier, getLayout, getNameMethods inherited from interface IConsoleAppender
getType
-
Method Details
-
getDisplayDescription
-
isModified
public boolean isModified() -
hashCode
public int hashCode() -
getIdentifier
- Specified by:
getIdentifierin interfaceIAppender
-
getName
-
setName
-
getLayout
-
setLayout
-
getFilter
-
setFilter
-
getDisplayName
-
getLogLevelOptions
-
isNameReadOnly
public boolean isNameReadOnly() -
isDeletable
public boolean isDeletable() -
compareTo
- Specified by:
compareToin interfaceComparable<IAppender>
-
toString
-