| Package | Description |
|---|---|
| io.humble.ferry |
A collection of classes that ferry objects from Java to native code and back,
and manage native memory.
|
| Modifier and Type | Method and Description |
|---|---|
static Logger.Level |
Logger.Level.swigToEnum(int swigValue) |
static Logger.Level |
Logger.Level.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Logger.Level[] |
Logger.Level.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static boolean |
Logger.isGlobalLogging(Logger.Level level) |
boolean |
Logger.isLogging(Logger.Level level) |
boolean |
Logger.log(String filename,
int lineNo,
Logger.Level level,
String format)
Log the message to the logger, using sprintf() format
strings. |
static void |
Logger.setGlobalIsLogging(Logger.Level level,
boolean value) |
void |
Logger.setIsLogging(Logger.Level level,
boolean value) |
Copyright © 2018 Humble Software. All rights reserved.