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 ILogger
LoggerConfigBean. getSelectedLogger()
Methods in de.xima.fc.gui.bean.settings with parameters of type ILogger Modifier and Type Method Description boolean
LoggerConfigBean. isAppenderSelectionDisabled(ILogger logger, String appenderName)
void
LoggerConfigBean. removeLogger(ILogger logger)
Removes the given logger from the properties configurationvoid
LoggerConfigBean. saveLogger(ILogger logger)
Updates an existingILogger
void
LoggerConfigBean. 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 ILogger
XLogConfig. createNewLogger()
ILogger
XLogConfig. getFacesLogger()
ILogger
XLogConfig. 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 void
XLogConfig. 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 class
XLogger
Wrapper model for Logger configsMethods in de.xima.fc.logging.components.logger with parameters of type ILogger Modifier and Type Method Description int
XLogger. compareTo(ILogger o)
-