public interface LambdaLogger
| Modifier and Type | Method and Description |
|---|---|
void |
log(byte[] message)
Logs a byte array to AWS CloudWatch Logs
|
void |
log(String message)
Logs a string to AWS CloudWatch Logs
|
void log(String message)
Logging will not be done:
message - A string containing the event to log.void log(byte[] message)
message - byte array containing logsCopyright © 2017. All rights reserved.