Uses of Interface
lumis.util.log.ILogger
-
-
Uses of ILogger in lumis.portal.analytics.automationflow
Methods in lumis.portal.analytics.automationflow with parameters of type ILogger Modifier and Type Method Description protected void
FlowNode. logError(String message, ILogger logger)
Log invalid node with commons enunciation.protected void
FlowNode. logError(String message, ILogger logger, Throwable causeError)
Log invalid node with commons enunciation. -
Uses of ILogger in lumis.portal.deployment.stepexecutable
Methods in lumis.portal.deployment.stepexecutable that return ILogger Modifier and Type Method Description protected abstract ILogger
AbstractDeploymentStepExecutable. getLogger()
Returns the logger to be used.protected ILogger
ReloadRestConfigurationsStepExecutable. getLogger()
-
Uses of ILogger in lumis.portal.deployment.stepexecutable.component
Methods in lumis.portal.deployment.stepexecutable.component that return ILogger Modifier and Type Method Description protected ILogger
CopyComponentPublicFilesStepExecutable. getLogger()
protected ILogger
DeployComponentStepExecutable. getLogger()
protected ILogger
RegisterComponentStructuralElementsStepExecutable. getLogger()
protected ILogger
RemoveComponentPublicFilesStepExecutable. getLogger()
protected ILogger
RemoveComponentRegisterStepExecutable. getLogger()
protected ILogger
UnregisterComponentStructuralElementsStepExecutable. getLogger()
protected ILogger
UpgradeComponentStepExecutable. getLogger()
-
Uses of ILogger in lumis.portal.deployment.stepexecutable.module
Methods in lumis.portal.deployment.stepexecutable.module that return ILogger Modifier and Type Method Description protected ILogger
PostProcessModuleMetadataStepExecutable. getLogger()
protected ILogger
ProcessObserversStepExecutable. getLogger()
protected ILogger
RebuildClassloadersStepExecutable. getLogger()
protected ILogger
RegisterModuleStepExecutable. getLogger()
protected ILogger
RegisterModuleStructuralElementsStepExecutable. getLogger()
protected ILogger
UnregisterModuleStepExecutable. getLogger()
protected ILogger
UnregisterModuleStructuralElementsStepExecutable. getLogger()
protected ILogger
UpdateModuleResgistryStepExecutable. getLogger()
-
Uses of ILogger in lumis.portal.deployment.stepexecutable.script
Methods in lumis.portal.deployment.stepexecutable.script that return ILogger Modifier and Type Method Description protected ILogger
DisplayMessageStepExecutable. getLogger()
protected ILogger
RemoveBigDataDocumentTypesStepExecutable. getLogger()
protected ILogger
RemoveGlobalNonReferencedEntriesStepExecutable. getLogger()
protected ILogger
RunClassStepExecutable. getLogger()
protected ILogger
RunSqlStepExecutable. getLogger()
-
Uses of ILogger in lumis.portal.geolocation
Fields in lumis.portal.geolocation declared as ILogger Modifier and Type Field Description static ILogger
IGeoLocationManager. LOGGER
This class' logger.static ILogger
IGeoLocationManagerSPI. LOGGER
Logger. -
Uses of ILogger in lumis.portal.manager
Methods in lumis.portal.manager that return ILogger Modifier and Type Method Description static ILogger
ManagerFactory. getLogger()
Deprecated.UseLoggerFactory
to obtain a logger instead of calling this method. -
Uses of ILogger in lumis.service.tagmanager.util
Fields in lumis.service.tagmanager.util declared as ILogger Modifier and Type Field Description static ILogger
TagManagerUtil. LOGGER
This class' logger. -
Uses of ILogger in lumis.util.log
Classes in lumis.util.log that implement ILogger Modifier and Type Class Description class
Log4JLoggerWrapper
An implementation ofILogger
that delegates the calls to the log4j library.Fields in lumis.util.log declared as ILogger Modifier and Type Field Description protected ILogger
NavigationLogger. navigationLogger
The logger where the navigation log messages are sent to.Methods in lumis.util.log that return ILogger Modifier and Type Method Description static ILogger
LoggerFactory. getLogger(Class pClass)
Returns a logger instance to be used by the given class.static ILogger
LoggerFactory. getServiceLogger(String serviceId)
-