Uses of Class
de.hybris.platform.patches.internal.logger.PatchLogger.LoggingMode
-
Packages that use PatchLogger.LoggingMode Package Description de.hybris.platform.patches.internal.logger de.hybris.platform.patches.internal.logger.impl -
-
Uses of PatchLogger.LoggingMode in de.hybris.platform.patches.internal.logger
Methods in de.hybris.platform.patches.internal.logger that return PatchLogger.LoggingMode Modifier and Type Method Description static PatchLogger.LoggingModePatchLogger.LoggingMode. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static PatchLogger.LoggingMode[]PatchLogger.LoggingMode. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in de.hybris.platform.patches.internal.logger with parameters of type PatchLogger.LoggingMode Modifier and Type Method Description voidPatchLogger. error(PatchLogger.LoggingMode loggingMode, java.lang.String msg)Log a message at the ERROR level.voidPatchLogger. error(PatchLogger.LoggingMode loggingMode, java.lang.String msg, java.lang.Object arg)Log a message at the ERROR level according to the specified message and argument.voidPatchLogger. error(PatchLogger.LoggingMode loggingMode, java.lang.String msg, java.lang.Object... arguments)Log a message at the ERROR level according to the specified message and arguments.voidPatchLogger. error(PatchLogger.LoggingMode loggingMode, java.lang.String msg, java.lang.Object arg1, java.lang.Object arg2)Log a message at the ERROR level according to the specified message and arguments.voidPatchLogger. error(PatchLogger.LoggingMode loggingMode, java.lang.String msg, java.lang.Throwable t)Log an exception (throwable) at the ERROR level with an accompanying message.voidPatchLogger. info(PatchLogger.LoggingMode loggingMode, java.lang.String msg)Log a message at the INFO level.voidPatchLogger. info(PatchLogger.LoggingMode loggingMode, java.lang.String msg, java.lang.Object arg)Log a message at the INFO level according to the specified message and argument.voidPatchLogger. info(PatchLogger.LoggingMode loggingMode, java.lang.String msg, java.lang.Object... arguments)Log a message at the INFO level according to the specified message and arguments.voidPatchLogger. info(PatchLogger.LoggingMode loggingMode, java.lang.String msg, java.lang.Object arg1, java.lang.Object arg2)Log a message at the INFO level according to the specified message and arguments.voidPatchLogger. info(PatchLogger.LoggingMode loggingMode, java.lang.String msg, java.lang.Throwable t)Log an exception (throwable) at the INFO level with an accompanying message.voidPatchLogger. warn(PatchLogger.LoggingMode loggingMode, java.lang.String msg)Log a message at the WARN level.voidPatchLogger. warn(PatchLogger.LoggingMode loggingMode, java.lang.String msg, java.lang.Object arg)Log a message at the WARN level according to the specified message and argument.voidPatchLogger. warn(PatchLogger.LoggingMode loggingMode, java.lang.String msg, java.lang.Object... arguments)Log a message at the WARN level according to the specified message and arguments.voidPatchLogger. warn(PatchLogger.LoggingMode loggingMode, java.lang.String msg, java.lang.Object arg1, java.lang.Object arg2)Log a message at the WARN level according to the specified message and arguments.voidPatchLogger. warn(PatchLogger.LoggingMode loggingMode, java.lang.String msg, java.lang.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.LoggingMode Modifier and Type Method Description voidPatchLoggerImpl. error(PatchLogger.LoggingMode loggingMode, java.lang.String msg)voidPatchLoggerImpl. error(PatchLogger.LoggingMode loggingMode, java.lang.String msg, java.lang.Object arg)voidPatchLoggerImpl. error(PatchLogger.LoggingMode loggingMode, java.lang.String msg, java.lang.Object... objects)voidPatchLoggerImpl. error(PatchLogger.LoggingMode loggingMode, java.lang.String msg, java.lang.Object arg1, java.lang.Object arg2)voidPatchLoggerImpl. error(PatchLogger.LoggingMode loggingMode, java.lang.String msg, java.lang.Throwable throwable)voidPatchLoggerImpl. info(PatchLogger.LoggingMode loggingMode, java.lang.String msg)voidPatchLoggerImpl. info(PatchLogger.LoggingMode loggingMode, java.lang.String msg, java.lang.Object arg)voidPatchLoggerImpl. info(PatchLogger.LoggingMode loggingMode, java.lang.String msg, java.lang.Object... objects)voidPatchLoggerImpl. info(PatchLogger.LoggingMode loggingMode, java.lang.String msg, java.lang.Object arg1, java.lang.Object arg2)voidPatchLoggerImpl. info(PatchLogger.LoggingMode loggingMode, java.lang.String msg, java.lang.Throwable throwable)voidPatchLoggerImpl. warn(PatchLogger.LoggingMode loggingMode, java.lang.String msg)voidPatchLoggerImpl. warn(PatchLogger.LoggingMode loggingMode, java.lang.String msg, java.lang.Object arg)voidPatchLoggerImpl. warn(PatchLogger.LoggingMode loggingMode, java.lang.String msg, java.lang.Object... objects)voidPatchLoggerImpl. warn(PatchLogger.LoggingMode loggingMode, java.lang.String msg, java.lang.Object arg1, java.lang.Object arg2)voidPatchLoggerImpl. warn(PatchLogger.LoggingMode loggingMode, java.lang.String msg, java.lang.Throwable throwable)
-