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_logMethods 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_info()static Levelbindings. Level_max()static Levelbindings. Level_trace()static Levelbindings. Level_warn()Methods in org.ldk.impl with parameters of type Level Modifier and Type Method Description static longbindings. 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 LevelErrorAction.IgnoreAndLog. ignore_and_logMethods 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 ErrorAction
-