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 LevelLevel. 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 Levelbindings.LDKErrorAction.IgnoreAndLog. ignore_and_logLevelbindings.LDKErrorAction.SendWarningMessage. log_levelMethods in org.ldk.impl that return Level Modifier and Type Method Description static Levelbindings. Level_clone(long orig)static Levelbindings. Level_debug()static Levelbindings. Level_error()static Levelbindings. Level_gossip()static Levelbindings. Level_info()static Levelbindings. Level_max()static Levelbindings. Level_trace()static Levelbindings. Level_warn()static Levelbindings. Record_get_level(long this_ptr)Methods in org.ldk.impl with parameters of type Level Modifier and Type Method Description static longbindings. ErrorAction_ignore_and_log(Level a)static longbindings. ErrorAction_send_warning_message(long msg, Level log_level)static voidbindings. 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 LevelErrorAction.IgnoreAndLog. ignore_and_logLevelErrorAction.SendWarningMessage. log_levelThe 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 LevelRecord. get_level()The verbosity level of the message.Methods in org.ldk.structs with parameters of type Level Modifier and Type Method Description static ErrorActionErrorAction. ignore_and_log(Level a)Utility method to constructs a new IgnoreAndLog-variant ErrorActionstatic ErrorActionErrorAction. send_warning_message(WarningMessage msg, Level log_level)Utility method to constructs a new SendWarningMessage-variant ErrorActionvoidRecord. set_level(Level val)The verbosity level of the message.
-