Package | Description |
---|---|
software.amazon.awssdk.crt |
Modifier and Type | Method and Description |
---|---|
static Log.LogLevel |
Log.LogLevel.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Log.LogLevel[] |
Log.LogLevel.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.initLoggingToFile(Log.LogLevel level,
String filename) |
static void |
Log.initLoggingToStderr(Log.LogLevel level) |
static void |
Log.initLoggingToStdout(Log.LogLevel level) |
static void |
Log.log(Log.LogLevel level,
Log.LogSubject subject,
String message)
Logs a message at the specified log level.
|
Copyright © 2021. All rights reserved.