Interface AWSLambdaLoggerOutput


  • public interface AWSLambdaLoggerOutput
    The logger output.
    • 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 configuration
        marker - logging marker
        level - logging level
        message - logging message
        throwable - exception