Uses of Class
io.roastedroot.proxywasm.LogLevel
-
-
Uses of LogLevel in io.roastedroot.proxywasm
Methods in io.roastedroot.proxywasm that return LogLevel Modifier and Type Method Description static LogLevel
LogLevel. fromInt(int value)
Convert an integer value to its corresponding LogLevel enum constant.default LogLevel
LogHandler. getLogLevel()
Gets the current log level.static LogLevel
LogLevel. valueOf(String name)
Returns the enum constant of this type with the specified name.static LogLevel[]
LogLevel. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.roastedroot.proxywasm with parameters of type LogLevel Modifier and Type Method Description default void
LogHandler. log(LogLevel level, String message)
Logs a message at the specified log level.
-