程序包 | 说明 |
---|---|
reactor.util |
Miscellaneous utility classes, such as loggers, tuples or queue suppliers and implementations.
|
限定符和类型 | 方法和说明 |
---|---|
default void |
Logger.errorOrDebug(Logger.ChoiceOfMessageSupplier messageSupplier)
Convenience method to log a message that is different according to the log level.
|
default void |
Logger.errorOrDebug(Logger.ChoiceOfMessageSupplier messageSupplier,
java.lang.Throwable cause)
Convenience method to log an exception (throwable), with an accompanying
message that is different according to the log level.
|
default void |
Logger.infoOrDebug(Logger.ChoiceOfMessageSupplier messageSupplier)
Convenience method to log a message that is different according to the log level.
|
default void |
Logger.infoOrDebug(Logger.ChoiceOfMessageSupplier messageSupplier,
java.lang.Throwable cause)
Convenience method to log an exception (throwable), with an accompanying
message that is different according to the log level.
|
default void |
Logger.warnOrDebug(Logger.ChoiceOfMessageSupplier messageSupplier)
Convenience method to log a message that is different according to the log level.
|
default void |
Logger.warnOrDebug(Logger.ChoiceOfMessageSupplier messageSupplier,
java.lang.Throwable cause)
Convenience method to log an exception (throwable), with an accompanying
message that is different according to the log level.
|