| Modifier and Type | Class and Description |
|---|---|
class |
DefaultLogger |
| Modifier and Type | Method and Description |
|---|---|
Logger |
DefaultLoggerFactory.create(Class<?> type) |
Logger |
LoggerFactory.create(Class<?> type) |
Logger |
DefaultLoggerFactory.create(Object object) |
Logger |
LoggerFactory.create(Object object) |
Logger |
DefaultLoggerFactory.create(String type) |
Logger |
LoggerFactory.create(String type) |
| Modifier and Type | Field and Description |
|---|---|
protected Logger |
ServerChannel.logger |
| Constructor and Description |
|---|
EmbeddedWebSocketHandler(Logger logger,
EmbeddedWebSocketClientChannel clientChannel) |
| Modifier and Type | Field and Description |
|---|---|
protected Logger |
NettyServerUpstreamHandler.ioErrorLogger |
protected Logger |
NettyClientUpstreamHandler.logger |
protected Logger |
NettyServerUpstreamHandler.logger |
| Modifier and Type | Method and Description |
|---|---|
protected static org.jboss.netty.channel.Channel |
NettyClient.prepareAndConnect(Logger logger,
URI uri,
org.jboss.netty.channel.ChannelPipeline pipeline,
org.jboss.netty.channel.ChannelHandler handler,
boolean ssl,
int connectTimeoutMillis) |
| Constructor and Description |
|---|
NettyClientUpstreamHandler(Logger logger,
NettyClientChannel clientChannel) |
| Constructor and Description |
|---|
TcpClientUpstreamHandler(Logger logger,
TcpClientChannel clientChannel) |
| Constructor and Description |
|---|
WebSocketClientUpstreamHandler(Logger logger,
WebSocketClientChannel clientChannel) |
| Modifier and Type | Class and Description |
|---|---|
class |
CommonsLogger |
class |
Log4jLogger |
| Modifier and Type | Method and Description |
|---|---|
Logger |
Log4jLoggerFactory.create(Class<?> type) |
Logger |
CommonsLoggerFactory.create(Class<?> type) |
Logger |
Log4jLoggerFactory.create(Object object) |
Logger |
CommonsLoggerFactory.create(Object object) |
Logger |
Log4jLoggerFactory.create(String type) |
Logger |
CommonsLoggerFactory.create(String type) |
| Modifier and Type | Field and Description |
|---|---|
protected Logger |
RemotingServerChannelHandler.logger |
| Modifier and Type | Field and Description |
|---|---|
protected Logger |
Scheduler.logger |
Copyright © 2021. All rights reserved.