public class LogStreamJsonRPCService
extends Object
This makes the log file available via json RPC
-
Constructor Summary
Constructors
-
Method Summary
io.vertx.core.json.JsonObject
List<io.vertx.core.json.JsonObject>
List<io.vertx.core.json.JsonObject>
io.smallrye.mutiny.Multi<io.vertx.core.json.JsonObject>
io.vertx.core.json.JsonObject
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
LogStreamJsonRPCService
public LogStreamJsonRPCService()
-
Method Details
-
-
history
public List<io.vertx.core.json.JsonObject> history()
-
streamLog
public io.smallrye.mutiny.Multi<io.vertx.core.json.JsonObject> streamLog()
-
getLoggers
public List<io.vertx.core.json.JsonObject> getLoggers()
-
getLogger
public io.vertx.core.json.JsonObject getLogger(String loggerName)
-
updateLogLevel
public io.vertx.core.json.JsonObject updateLogLevel(String loggerName,
String levelValue)