Uses of Interface
de.xima.fc.interfaces.logging.component.appender.IAppender
- 
- 
Uses of IAppender in de.xima.fc.gui.bean.settings
Methods in de.xima.fc.gui.bean.settings that return IAppender Modifier and Type Method Description IAppenderLoggerConfigBean. getSelectedAppender()Methods in de.xima.fc.gui.bean.settings with parameters of type IAppender Modifier and Type Method Description booleanLoggerConfigBean. isFileAppender(IAppender appender)voidLoggerConfigBean. removeAppender(IAppender appender)voidLoggerConfigBean. saveAppender(IAppender appender)voidLoggerConfigBean. selectAppender(IAppender selectedAppender) - 
Uses of IAppender in de.xima.fc.interfaces.logging
Methods in de.xima.fc.interfaces.logging that return types with arguments of type IAppender Modifier and Type Method Description List<IAppender>ILogConfig. getAppenders() - 
Uses of IAppender in de.xima.fc.interfaces.logging.component.appender
Subinterfaces of IAppender in de.xima.fc.interfaces.logging.component.appender Modifier and Type Interface Description interfaceIConsoleAppenderCommon interface for console appendersinterfaceIRollingFileAppenderCommon interface for rolling file appenders - 
Uses of IAppender in de.xima.fc.interfaces.logging.component.logger
Methods in de.xima.fc.interfaces.logging.component.logger with parameters of type IAppender Modifier and Type Method Description voidILogger. addAppender(IAppender appender) - 
Uses of IAppender in de.xima.fc.logging
Methods in de.xima.fc.logging that return IAppender Modifier and Type Method Description IAppenderXLogConfig. createNewAppender(EAppenderType type, String nameCandidate)Methods in de.xima.fc.logging that return types with arguments of type IAppender Modifier and Type Method Description List<IAppender>XLogConfig. getAppenders()Methods in de.xima.fc.logging with parameters of type IAppender Modifier and Type Method Description voidXLogConfig. addAppender(IAppender appender) - 
Uses of IAppender in de.xima.fc.logging.components.appender
Classes in de.xima.fc.logging.components.appender that implement IAppender Modifier and Type Class Description classXConsoleAppenderWrapper class for console appender configsclassXRollingFileAppenderWrapper class for logging rolling file appendersMethods in de.xima.fc.logging.components.appender that return IAppender Modifier and Type Method Description static IAppenderXAppenderFactory. newAppender(String identifier, String name, EAppenderType type)static IAppenderXAppenderFactory. newAppender(String identifier, org.apache.logging.log4j.core.Appender appender) - 
Uses of IAppender in de.xima.fc.logging.components.logger
Methods in de.xima.fc.logging.components.logger with parameters of type IAppender Modifier and Type Method Description voidXLogger. addAppender(IAppender appender) 
 -