Uses of Class
org.ldk.enums.Level
-
Packages that use Level Package Description org.ldk.enums org.ldk.impl org.ldk.structs -
-
Uses of Level in org.ldk.enums
Methods in org.ldk.enums that return Level Modifier and Type Method Description static Level
Level. valueOf(String name)
Returns the enum constant of this type with the specified name.static Level[]
Level. values()
Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of Level in org.ldk.impl
Fields in org.ldk.impl declared as Level Modifier and Type Field Description Level
bindings.LDKErrorAction.IgnoreAndLog. ignore_and_log
Methods in org.ldk.impl that return Level Modifier and Type Method Description static Level
bindings. Level_clone(long orig)
static Level
bindings. Level_debug()
static Level
bindings. Level_error()
static Level
bindings. Level_info()
static Level
bindings. Level_max()
static Level
bindings. Level_trace()
static Level
bindings. Level_warn()
Methods in org.ldk.impl with parameters of type Level Modifier and Type Method Description static long
bindings. ErrorAction_ignore_and_log(Level a)
-
Uses of Level in org.ldk.structs
Fields in org.ldk.structs declared as Level Modifier and Type Field Description Level
ErrorAction.IgnoreAndLog. ignore_and_log
Methods in org.ldk.structs with parameters of type Level Modifier and Type Method Description static ErrorAction
ErrorAction. ignore_and_log(Level a)
Utility method to constructs a new IgnoreAndLog-variant ErrorAction
-