Package io.smallrye.common.function
Interface FunctionsLogging
-
- All Known Implementing Classes:
FunctionsLogging_$logger
@MessageLogger(projectCode="SRCFG", length=5) public interface FunctionsLogging
-
-
Field Summary
Fields Modifier and Type Field Description static FunctionsLogginglog
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidexception(Throwable cause)
-
-
-
Field Detail
-
log
static final FunctionsLogging log
-
-
Method Detail
-
exception
@LogMessage(level=WARN) @Message(id=4000, value="An exception was logged by the exception consumer") void exception(@Cause Throwable cause)
-
-