Uses of Enum Class
de.hybris.platform.dataimportcommons.log.LogLevel
Packages that use LogLevel
-
Uses of LogLevel in de.hybris.platform.dataimportcommons.log
Methods in de.hybris.platform.dataimportcommons.log that return LogLevelModifier and TypeMethodDescriptionLogRecord.getLevel()Retrieves log level, at which the message captured by this record was logged.static LogLevelReturns the enum constant of this class with the specified name.static LogLevel[]LogLevel.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in de.hybris.platform.dataimportcommons.log with parameters of type LogLevelModifier and TypeMethodDescriptionbooleanDetermines whether this log level enables the specified level.LogProbe.withLogLevel(LogLevel level) Sets log level for enabling/disabling output of certain messages.