Uses of Interface
io.roastedroot.proxywasm.LogHandler
-
-
Uses of LogHandler in io.roastedroot.proxywasm
Fields in io.roastedroot.proxywasm declared as LogHandler Modifier and Type Field Description static LogHandler
LogHandler. DEFAULT
A default, no-operationLogHandler
.static LogHandler
LogHandler. SYSTEM
A simpleLogHandler
that logs all messages toSystem.out
.Methods in io.roastedroot.proxywasm with parameters of type LogHandler Modifier and Type Method Description PluginFactory.Builder
PluginFactory.Builder. withLogger(LogHandler logger)
Provides aLogHandler
implementation for the plugin to use.
-