Uses of Enum Class
laas.openrobots.ontology.helpers.VerboseLevel
Packages that use VerboseLevel
-
Uses of VerboseLevel in laas.openrobots.ontology
Fields in laas.openrobots.ontology declared as VerboseLevel -
Uses of VerboseLevel in laas.openrobots.ontology.helpers
Subclasses with type arguments of type VerboseLevel in laas.openrobots.ontology.helpersModifier and TypeClassDescriptionenumThis enum defines the various possible verbosity levels for server messages.Methods in laas.openrobots.ontology.helpers that return VerboseLevelModifier and TypeMethodDescriptionstatic VerboseLevelReturns the enum constant of this class with the specified name.static VerboseLevel[]VerboseLevel.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in laas.openrobots.ontology.helpers with parameters of type VerboseLevelModifier and TypeMethodDescriptionstatic voidLogger.log(String msg, VerboseLevel level) Outputs server messages, formatting them according to their importance.static voidLogger.log(String msg, VerboseLevel level, boolean withPrefix) Outputs server messages, formatting them according to their importance.static booleanLogger.verbosityMin(VerboseLevel level) Tests if a given level of verbosity is superior or egal to the current, application-wide, level of verbosity.