| Package | Description |
|---|---|
| org.apache.hadoop.fs.s3a.impl.logging |
This package contains reflection-based code to manipulate logging
levels in external libraries.
|
| Modifier and Type | Method and Description |
|---|---|
static LogControl.LogLevel |
LogControl.LogLevel.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static LogControl.LogLevel[] |
LogControl.LogLevel.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
protected abstract boolean |
LogControl.setLevel(String log,
LogControl.LogLevel level)
Sets a log level for a class/package.
|
boolean |
LogControl.setLogLevel(String log,
LogControl.LogLevel level)
Sets a log level for a class/package.
|
Copyright © 2008–2025 Apache Software Foundation. All rights reserved.