| Package | Description |
|---|---|
| com.amazonaws.services.lambda.runtime | |
| com.amazonaws.services.lambda.runtime.logging |
| Modifier and Type | Method and Description |
|---|---|
default void |
LambdaLogger.log(byte[] message,
LogLevel logLevel)
LogLevel aware logging backend function.
|
default void |
LambdaLogger.log(String message,
LogLevel logLevel)
LogLevel aware logging backend function.
|
| Modifier and Type | Method and Description |
|---|---|
static LogLevel |
LogLevel.fromString(String logLevel) |
static LogLevel |
LogLevel.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static LogLevel[] |
LogLevel.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2025. All rights reserved.