interface RemoteAppenderClient extends Client
ServerRunner that receives events from a remote
appender.| Modifier and Type | Method and Description |
|---|---|
void |
setLoggerContext(LoggerContext lc)
Sets the client's logger context.
|
void setLoggerContext(LoggerContext lc)
This provides the local logging context to the client's service thread, and is used as the destination for logging events received from the client.
This method must be invoked before the Runnable.run() method.
lc - the logger context to set