Class LambdaLoggerOutput
- java.lang.Object
-
- io.github.vitalijr2.aws.lambda.slf4j.logger.LambdaLoggerOutput
-
- All Implemented Interfaces:
AWSLambdaLoggerOutput
public class LambdaLoggerOutput extends Object implements AWSLambdaLoggerOutput
An SLF4J Logger implementation for AWS Lambda.
-
-
Constructor Summary
Constructors Constructor Description LambdaLoggerOutput()
-
Method Summary
All Methods Instance Methods Concrete 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 AWS lambda log.
-
-
-
Method Detail
-
log
public 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 AWS lambda log.- Specified by:
login interfaceAWSLambdaLoggerOutput- Parameters:
configuration- logging configurationmarker- logging markerlevel- logging levelmessage- logging messagethrowable- exception
-
-