Uses of Enum Class
de.hybris.platform.patches.internal.logger.PatchLogger.LoggingMode
Packages that use PatchLogger.LoggingMode
Package
Description
-
Uses of PatchLogger.LoggingMode in de.hybris.platform.patches.internal.logger
Methods in de.hybris.platform.patches.internal.logger that return PatchLogger.LoggingModeModifier and TypeMethodDescriptionstatic PatchLogger.LoggingModeReturns the enum constant of this class with the specified name.static PatchLogger.LoggingMode[]PatchLogger.LoggingMode.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in de.hybris.platform.patches.internal.logger with parameters of type PatchLogger.LoggingModeModifier and TypeMethodDescriptionvoidPatchLogger.error(PatchLogger.LoggingMode loggingMode, String msg) Log a message at the ERROR level.voidPatchLogger.error(PatchLogger.LoggingMode loggingMode, String msg, Object arg) Log a message at the ERROR level according to the specified message and argument.voidPatchLogger.error(PatchLogger.LoggingMode loggingMode, String msg, Object... arguments) Log a message at the ERROR level according to the specified message and arguments.voidPatchLogger.error(PatchLogger.LoggingMode loggingMode, String msg, Object arg1, Object arg2) Log a message at the ERROR level according to the specified message and arguments.voidPatchLogger.error(PatchLogger.LoggingMode loggingMode, String msg, Throwable t) Log an exception (throwable) at the ERROR level with an accompanying message.voidPatchLogger.info(PatchLogger.LoggingMode loggingMode, String msg) Log a message at the INFO level.voidPatchLogger.info(PatchLogger.LoggingMode loggingMode, String msg, Object arg) Log a message at the INFO level according to the specified message and argument.voidPatchLogger.info(PatchLogger.LoggingMode loggingMode, String msg, Object... arguments) Log a message at the INFO level according to the specified message and arguments.voidPatchLogger.info(PatchLogger.LoggingMode loggingMode, String msg, Object arg1, Object arg2) Log a message at the INFO level according to the specified message and arguments.voidPatchLogger.info(PatchLogger.LoggingMode loggingMode, String msg, Throwable t) Log an exception (throwable) at the INFO level with an accompanying message.voidPatchLogger.warn(PatchLogger.LoggingMode loggingMode, String msg) Log a message at the WARN level.voidPatchLogger.warn(PatchLogger.LoggingMode loggingMode, String msg, Object arg) Log a message at the WARN level according to the specified message and argument.voidPatchLogger.warn(PatchLogger.LoggingMode loggingMode, String msg, Object... arguments) Log a message at the WARN level according to the specified message and arguments.voidPatchLogger.warn(PatchLogger.LoggingMode loggingMode, String msg, Object arg1, Object arg2) Log a message at the WARN level according to the specified message and arguments.voidPatchLogger.warn(PatchLogger.LoggingMode loggingMode, String msg, Throwable t) Log an exception (throwable) at the WARN level with an accompanying message. -
Uses of PatchLogger.LoggingMode in de.hybris.platform.patches.internal.logger.impl
Methods in de.hybris.platform.patches.internal.logger.impl with parameters of type PatchLogger.LoggingModeModifier and TypeMethodDescriptionvoidPatchLoggerImpl.error(PatchLogger.LoggingMode loggingMode, String msg) voidPatchLoggerImpl.error(PatchLogger.LoggingMode loggingMode, String msg, Object arg) voidPatchLoggerImpl.error(PatchLogger.LoggingMode loggingMode, String msg, Object... objects) voidPatchLoggerImpl.error(PatchLogger.LoggingMode loggingMode, String msg, Object arg1, Object arg2) voidPatchLoggerImpl.error(PatchLogger.LoggingMode loggingMode, String msg, Throwable throwable) voidPatchLoggerImpl.info(PatchLogger.LoggingMode loggingMode, String msg) voidPatchLoggerImpl.info(PatchLogger.LoggingMode loggingMode, String msg, Object arg) voidPatchLoggerImpl.info(PatchLogger.LoggingMode loggingMode, String msg, Object... objects) voidPatchLoggerImpl.info(PatchLogger.LoggingMode loggingMode, String msg, Object arg1, Object arg2) voidPatchLoggerImpl.info(PatchLogger.LoggingMode loggingMode, String msg, Throwable throwable) voidPatchLoggerImpl.warn(PatchLogger.LoggingMode loggingMode, String msg) voidPatchLoggerImpl.warn(PatchLogger.LoggingMode loggingMode, String msg, Object arg) voidPatchLoggerImpl.warn(PatchLogger.LoggingMode loggingMode, String msg, Object... objects) voidPatchLoggerImpl.warn(PatchLogger.LoggingMode loggingMode, String msg, Object arg1, Object arg2) voidPatchLoggerImpl.warn(PatchLogger.LoggingMode loggingMode, String msg, Throwable throwable)