Uses of Class
org.hippoecm.frontend.service.NgxLoggerLevel
-
Packages that use NgxLoggerLevel Package Description org.hippoecm.frontend.service -
-
Uses of NgxLoggerLevel in org.hippoecm.frontend.service
Methods in org.hippoecm.frontend.service that return NgxLoggerLevel Modifier and Type Method Description NgxLoggerLevel
AppSettings. getLogLevel()
Returns the log level to use in the browserstatic NgxLoggerLevel
NgxLoggerLevel. valueOf(String name)
Returns the enum constant of this type with the specified name.static NgxLoggerLevel[]
NgxLoggerLevel. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-