Package | Description |
---|---|
com.amazonaws.logging |
Modifier and Type | Method and Description |
---|---|
static LogFactory.Level |
LogFactory.getLevel() |
static LogFactory.Level |
LogFactory.Level.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static LogFactory.Level[] |
LogFactory.Level.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
ApacheCommonsLogging.setLevel(LogFactory.Level level)
Set the level of logs which will be output for this particular logger.
|
static void |
LogFactory.setLevel(LogFactory.Level level) |
void |
Log.setLevel(LogFactory.Level level)
Set the level of logs which will be output for this particular logger.
|
void |
AndroidLog.setLevel(LogFactory.Level level) |
Copyright © 2020. All rights reserved.