| Package | Description |
|---|---|
| com.amazon.redshift.logger |
| Modifier and Type | Method and Description |
|---|---|
LogLevel |
RedshiftLogger.getLogLevel() |
static LogLevel |
LogLevel.getLogLevel(int level) |
static LogLevel |
LogLevel.getLogLevel(String level) |
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.
|
| Modifier and Type | Method and Description |
|---|---|
static boolean |
RedshiftLogger.checkLogLevel(LogLevel level,
RedshiftLogger log)
Determines if logging should occur based on the LogLevel.
|
void |
RedshiftLogger.log(LogLevel logLevel,
String msg,
Object... msgArgs) |
void |
RedshiftLogger.log(LogLevel logLevel,
Throwable thrown,
String msg,
Object... msgArgs) |
Copyright © 2024 Amazon.com Inc.. All rights reserved.