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
Level
bindings.LDKErrorAction.SendWarningMessage. log_level
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_gossip()
static Level
bindings. Level_info()
static Level
bindings. Level_max()
static Level
bindings. Level_trace()
static Level
bindings. Level_warn()
static Level
bindings. Record_get_level(long this_ptr)
Methods in org.ldk.impl with parameters of type Level Modifier and Type Method Description static long
bindings. ErrorAction_ignore_and_log(Level a)
static long
bindings. ErrorAction_send_warning_message(long msg, Level log_level)
static void
bindings. Record_set_level(long this_ptr, Level val)
-
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
Level
ErrorAction.SendWarningMessage. log_level
The peer may have done something harmless that we weren't able to meaningfully process, though we should still tell them about it.Methods in org.ldk.structs that return Level Modifier and Type Method Description Level
Record. get_level()
The verbosity level of the message.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 ErrorActionstatic ErrorAction
ErrorAction. send_warning_message(WarningMessage msg, Level log_level)
Utility method to constructs a new SendWarningMessage-variant ErrorActionvoid
Record. set_level(Level val)
The verbosity level of the message.
-