| Package | Description |
|---|---|
| xapi.log.api | |
| xapi.log.impl |
| Modifier and Type | Method and Description |
|---|---|
LogLevel |
LogService.getLogLevel() |
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 |
|---|---|
void |
LogService.doLog(LogLevel level,
Fifo<Object> o) |
void |
LogService.log(LogLevel level,
Object o) |
void |
LogService.setLogLevel(LogLevel logLevel) |
boolean |
LogService.shouldLog(LogLevel error) |
| Modifier and Type | Field and Description |
|---|---|
protected LogLevel |
AbstractLog.logLevel |
| Modifier and Type | Method and Description |
|---|---|
LogLevel |
AbstractLog.getLogLevel() |
| Modifier and Type | Method and Description |
|---|---|
void |
JreLog.doLog(LogLevel level,
Fifo<Object> array) |
void |
AbstractLog.log(LogLevel level,
Object o) |
void |
AbstractLog.setLogLevel(LogLevel logLevel) |
boolean |
AbstractLog.shouldLog(LogLevel logLevel) |
Copyright © 2012-2013 The Internet Party. All Rights Reserved.