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.LoggingLevel
SystemOutLogger._level
Methods in gw.util that return SystemOutLogger.LoggingLevelModifier and TypeMethodDescriptionstatic SystemOutLogger.LoggingLevel
Returns 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 void
SystemOutLogger.log
(SystemOutLogger.LoggingLevel level, Object msg) protected void
SystemOutLogger.log
(SystemOutLogger.LoggingLevel level, Object msg, Throwable t) void
SystemOutLogger.setLevel
(SystemOutLogger.LoggingLevel level) Constructors in gw.util with parameters of type SystemOutLogger.LoggingLevel