Package | Description |
---|---|
org.graphstream.util |
Modifier and Type | Field and Description |
---|---|
protected Logger.LogLevel |
Logger.logLevel
The current log level;
|
Modifier and Type | Method and Description |
---|---|
static Logger.LogLevel |
Logger.LogLevel.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Logger.LogLevel[] |
Logger.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 |
Logger.LogLevel.ge(Logger.LogLevel other) |
void |
Logger.log(Logger.LogLevel level,
java.lang.String ref,
java.lang.Exception e)
The method that every class of the package should use to send exception
messages to the user.
|
void |
Logger.log(Logger.LogLevel level,
java.lang.String ref,
java.lang.String message,
java.lang.Object... params)
The method that every class of the package should use to send messages to
the user.
|
void |
Logger.setLogLevel(Logger.LogLevel level)
Change the log level.
|