public class RemoteHandler extends Handler
Constructor and Description |
---|
RemoteHandler(String dummyParam)
Constructor in which the configuration of the handler is done.
|
Modifier and Type | Method and Description |
---|---|
void |
close()
Flushes any buffered output by calling flush(), and then close
the handler and free all associated resources with this handler.
|
void |
flush()
Flush any buffered output.
|
void |
nonBlockingFlush()
Copy the existing request set map and pass it on to ThreadPool as part
of a FlushTask.
|
void |
publish(LogRecord logRecord)
This method sends the LogRecord to the remote logging service.
|
getEncoding, getErrorManager, getFilter, getFormatter, getLevel, isLoggable, reportError, setEncoding, setErrorManager, setFilter, setFormatter, setLevel
public RemoteHandler(String dummyParam)
dummyParam
- dummy parameter.
To make instantation generic for all handlers.public void publish(LogRecord logRecord)
public void close()
public void nonBlockingFlush()
Copyright © 2010–2025 Open Identity Platform Community. All rights reserved.