| Package | Description |
|---|---|
| com.aliasi.io |
Classes to handle input, output, file selection, and logging.
|
| Modifier and Type | Field and Description |
|---|---|
static Comparator<LogLevel> |
LogLevel.COMPARATOR
Returns a comparator that compares levels by severity.
|
| Modifier and Type | Method and Description |
|---|---|
LogLevel |
Reporter.getLevel()
Return the log level for this reporter.
|
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 |
|---|---|
boolean |
Reporter.isEnabled(LogLevel level)
Returns
true if the specified level is at least as
severe as the level specified by this reporter. |
abstract void |
Reporter.report(LogLevel level,
String msg)
Reports the specified message if the specified level's severity
is at or above the level of this reporter.
|
Reporter |
Reporter.setLevel(LogLevel level)
Sets the log level for this reporter to the specified level
and returns the reporter.
|
| Constructor and Description |
|---|
Reporter(LogLevel level)
Construct an instance of a reporter with the specified log
level.
|
Copyright © 2016 Alias-i, Inc.. All rights reserved.