Uses of Class
io.vertx.core.net.LogConfig
Packages that use LogConfig
-
Uses of LogConfig in io.vertx.core.http
Methods in io.vertx.core.http with parameters of type LogConfigModifier and TypeMethodDescriptionHttpClientConfig.setLogConfig(LogConfig config) Configure the per stream networking logging: Netty's stream pipeline is configured for logging on Netty's logger.HttpServerConfig.setLogConfig(LogConfig config) Configure the per stream networking logging: Netty's stream pipeline is configured for logging on Netty's logger. -
Uses of LogConfig in io.vertx.core.net
Methods in io.vertx.core.net that return LogConfigModifier and TypeMethodDescriptionEndpointConfig.getLogConfig()LogConfig.setDataFormat(ByteBufFormat dataFormat) Set the value of Netty's logging handler's data format: Netty's pipeline is configured for logging on Netty's logger.LogConfig.setEnabled(boolean enabled) Set to true to enable logging: Netty's pipeline is configured for logging on Netty's logger.Methods in io.vertx.core.net with parameters of type LogConfigModifier and TypeMethodDescriptionEndpointConfig.setLogConfig(LogConfig config) Configure the log config: Netty's stream pipeline is configured for logging on Netty's logger.QuicClientConfig.setLogConfig(LogConfig config) QuicEndpointConfig.setLogConfig(LogConfig config) QuicServerConfig.setLogConfig(LogConfig config) TcpClientConfig.setLogConfig(LogConfig config) TcpEndpointConfig.setLogConfig(LogConfig config) TcpServerConfig.setLogConfig(LogConfig config) Constructors in io.vertx.core.net with parameters of type LogConfig -
Uses of LogConfig in io.vertx.ext.web.client
Methods in io.vertx.ext.web.client with parameters of type LogConfigModifier and TypeMethodDescriptionCachingWebClientConfig.setLogConfig(LogConfig config) WebClientConfig.setLogConfig(LogConfig config)