Uses of Interface
de.xima.fc.interfaces.logging.component.logger.ILogger
- 
Packages that use ILogger Package Description de.xima.fc.gui.bean.settings de.xima.fc.interfaces.logging de.xima.fc.logging de.xima.fc.logging.components.logger  - 
- 
Uses of ILogger in de.xima.fc.gui.bean.settings
Methods in de.xima.fc.gui.bean.settings that return ILogger Modifier and Type Method Description ILoggerLoggerConfigBean. getSelectedLogger()Methods in de.xima.fc.gui.bean.settings with parameters of type ILogger Modifier and Type Method Description booleanLoggerConfigBean. isAppenderSelectionDisabled(ILogger logger, String appenderName)voidLoggerConfigBean. removeLogger(ILogger logger)Removes the given logger from the properties configurationvoidLoggerConfigBean. saveLogger(ILogger logger)Updates an existingILoggervoidLoggerConfigBean. selectLogger(ILogger selectedLogger) - 
Uses of ILogger in de.xima.fc.interfaces.logging
Methods in de.xima.fc.interfaces.logging that return types with arguments of type ILogger Modifier and Type Method Description List<ILogger>ILogConfig. getLoggers() - 
Uses of ILogger in de.xima.fc.logging
Methods in de.xima.fc.logging that return ILogger Modifier and Type Method Description ILoggerXLogConfig. createNewLogger()ILoggerXLogConfig. getFacesLogger()ILoggerXLogConfig. getRootLogger()Methods in de.xima.fc.logging that return types with arguments of type ILogger Modifier and Type Method Description List<ILogger>XLogConfig. getLoggers()Methods in de.xima.fc.logging with parameters of type ILogger Modifier and Type Method Description voidXLogConfig. addLogger(ILogger logger) - 
Uses of ILogger in de.xima.fc.logging.components.logger
Classes in de.xima.fc.logging.components.logger that implement ILogger Modifier and Type Class Description classXLoggerWrapper model for Logger configsMethods in de.xima.fc.logging.components.logger with parameters of type ILogger Modifier and Type Method Description intXLogger. compareTo(ILogger o) 
 -