| Package | Description |
|---|---|
| de.fraunhofer.iese.ind2uce.logger |
| Modifier and Type | Method and Description |
|---|---|
LoggerFactory.LogLevel |
AndroidLogger.getLogLevel()
Gets the log level.
|
static LoggerFactory.LogLevel |
LoggerFactory.LogLevel.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static LoggerFactory.LogLevel[] |
LoggerFactory.LogLevel.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SysoutLogger.log(LoggerFactory.LogLevel level,
String msg)
Log.
|
void |
AndroidLogger.setLogLevel(LoggerFactory.LogLevel logLevel)
Sets the log level.
|
static boolean |
LoggerFactory.setRootLevel(LoggerFactory.LogLevel newLevel)
Sets the root level.
|
| Constructor and Description |
|---|
AndroidLogger(String name,
LoggerFactory.LogLevel logLevel)
Instantiates a new android logger.
|
Copyright © 2018. All rights reserved.