Package uk.bot_by.aws_lambda.slf4j
Interface AWSLambdaLoggerOutput
-
public interface AWSLambdaLoggerOutputThe logger output.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidlog(@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
-
-