|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Log.Level | |
---|---|
com.aerospike.client | |
net.citrusleaf |
Uses of Log.Level in com.aerospike.client |
---|
Methods in com.aerospike.client that return Log.Level | |
---|---|
static Log.Level |
Log.Level.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static Log.Level[] |
Log.Level.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods in com.aerospike.client with parameters of type Log.Level | |
---|---|
static void |
Log.log(Log.Level level,
java.lang.String message)
Filter and forward message to callback. |
void |
Log.Callback.log(Log.Level level,
java.lang.String message)
This method will be called for each client log statement. |
static void |
Log.setLevel(Log.Level level)
Set log level filter. |
Uses of Log.Level in net.citrusleaf |
---|
Methods in net.citrusleaf with parameters of type Log.Level | |
---|---|
void |
CitrusleafClient.log(Log.Level level,
java.lang.String message)
Implementation of com.aerospike.client.Log.Callback |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |