| Package | Description |
|---|---|
| software.amazon.awssdk.crt |
| Modifier and Type | Method and Description |
|---|---|
static Log.LogSubject |
Log.LogSubject.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Log.LogSubject[] |
Log.LogSubject.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
Log.log(Log.LogLevel level,
Log.LogSubject subject,
String message)
Logs a message at the specified log level.
|
Copyright © 2019. All rights reserved.