Uses of Enum Class
za.co.wethinkcode.robots.cli.DebugLevel
Packages that use DebugLevel
Package
Description
Classes in this package encapsulate interactions with the Robot Worlds Server CLI
This module contains classes required for rendering the server UI
-
Uses of DebugLevel in za.co.wethinkcode.robots.cli
Methods in za.co.wethinkcode.robots.cli that return DebugLevelModifier and TypeMethodDescriptionRenderingOptions.dbgLvl()ServerOptions.debugLevel()static DebugLevelReturns the enum constant of this class with the specified name.static DebugLevel[]DebugLevel.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of DebugLevel in za.co.wethinkcode.robots.rendering
Fields in za.co.wethinkcode.robots.rendering declared as DebugLevelModifier and TypeFieldDescriptionstatic DebugLevelClientTextRenderer.dbgStandard debug level unless reassignedstatic DebugLevelServerRenderer.dbgStandard debug level unless reassignedstatic DebugLevelTextRenderer.dbgStandard output unless reassignedMethods in za.co.wethinkcode.robots.rendering with parameters of type DebugLevel