Interface AWSLambdaLoggerOutput
-
public interface AWSLambdaLoggerOutput
The logger output.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
log(@NotNull AWSLambdaLoggerConfiguration configuration, @Nullable Marker marker, @NotNull Level level, @NotNull String message, @Nullable Throwable throwable)
Write a message to the log.
-
-
-
Method Detail
-
log
void log(@NotNull @NotNull AWSLambdaLoggerConfiguration configuration, @Nullable @Nullable Marker marker, @NotNull @NotNull Level level, @NotNull @NotNull String message, @Nullable @Nullable Throwable throwable)
Write a message to the log.- Parameters:
configuration
- logging configurationmarker
- logging markerlevel
- logging levelmessage
- logging messagethrowable
- exception
-
-