Uses of Class
gw.util.SystemOutLogger.LoggingLevel
-
Packages that use SystemOutLogger.LoggingLevel Package Description gw.util -
-
Uses of SystemOutLogger.LoggingLevel in gw.util
Methods in gw.util that return SystemOutLogger.LoggingLevel Modifier and Type Method Description static SystemOutLogger.LoggingLevel
SystemOutLogger.LoggingLevel. valueOf(String name)
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.LoggingLevel Modifier and Type Method Description protected 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 Constructor Description SystemOutLogger(SystemOutLogger.LoggingLevel level)
-