Interface Infrastructure.OperatorLogger
-
- Enclosing class:
- Infrastructure
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
@FunctionalInterface public static interface Infrastructure.OperatorLoggerAn operator logger forMulti.log(String)andUni.log(String).
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidlog(java.lang.String identifier, java.lang.String event, java.lang.Object value, java.lang.Throwable failure)Actual logging behavior.
-
-
-
Method Detail
-
log
void log(java.lang.String identifier, java.lang.String event, java.lang.Object value, java.lang.Throwable failure)Actual logging behavior.- Parameters:
identifier- the event identifierevent- the event as a stringvalue- the value, if any ornullfailure- the failure, if any ornull
-
-