Uses of Enum
gw.util.SystemOutLogger.LoggingLevel
Packages that use SystemOutLogger.LoggingLevel
-
Uses of SystemOutLogger.LoggingLevel in gw.util
Fields in gw.util declared as SystemOutLogger.LoggingLevelModifier and TypeFieldDescription(package private) SystemOutLogger.LoggingLevelSystemOutLogger._levelMethods in gw.util that return SystemOutLogger.LoggingLevelModifier and TypeMethodDescriptionstatic SystemOutLogger.LoggingLevelReturns the enum constant of this type with the specified name.static SystemOutLogger.LoggingLevel[]SystemOutLogger.LoggingLevel.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in gw.util with parameters of type SystemOutLogger.LoggingLevelModifier and TypeMethodDescriptionprotected voidSystemOutLogger.log(SystemOutLogger.LoggingLevel level, Object msg) protected voidSystemOutLogger.log(SystemOutLogger.LoggingLevel level, Object msg, Throwable t) voidSystemOutLogger.setLevel(SystemOutLogger.LoggingLevel level) Constructors in gw.util with parameters of type SystemOutLogger.LoggingLevel