Package | Description |
---|---|
org.apache.activemq.artemis.logs | |
org.jboss.logmanager | |
org.jboss.logmanager.handlers |
Modifier and Type | Class and Description |
---|---|
class |
AssertionLoggerHandler
This class contains a tool where programs could intercept for LogMessage given an interval of time between
AssertionLoggerHandler.startCapture()
and AssertionLoggerHandler.stopCapture()
Be careful with this use as this is intended for testing only (such as testcases) |
Modifier and Type | Class and Description |
---|---|
class |
ExtHandler
An extended logger handler.
|
Modifier and Type | Class and Description |
---|---|
class |
AsyncHandler
An asynchronous log handler which is used to write to a handler or group of handlers which are "slow" or introduce
some degree of latency.
|
class |
ConsoleHandler
A console handler which writes to
System.out by default. |
class |
FileHandler
A simple file handler.
|
class |
NullHandler
A handler which performs no action other than to run any attached filter.
|
class |
OutputStreamHandler
An output stream handler which supports any
OutputStream , using the specified encoding. |
class |
PeriodicRotatingFileHandler
A file handler which rotates the log at a preset time interval.
|
class |
PeriodicSizeRotatingFileHandler
A file handler which rotates the log at a preset time interval or the size of the log.
|
class |
QueueHandler
A queue handler which retains the last few messages logged.
|
class |
SizeRotatingFileHandler |
class |
SslTcpOutputStream
An output stream that writes data to a
socket . |
class |
SyslogHandler
A syslog handler for logging to syslogd.
|
class |
TcpOutputStream
An output stream that writes data to a
socket . |
class |
UdpOutputStream
An output stream that writes data to a
DatagramSocket . |
class |
WriterHandler
A handler which writes to any
Writer . |
Modifier and Type | Method and Description |
---|---|
static FlushableCloseable |
Handlers.wrap(Handler handler)
Create a wrapper that exposes the handler's close and flush methods via the I/O API.
|
Copyright © 2017 JBoss by Red Hat. All rights reserved.