| Package | Description |
|---|---|
| org.jboss.logmanager.handlers |
| Modifier and Type | Class | Description |
|---|---|---|
class |
ConsoleHandler |
A console handler which writes to
System.out by default. |
class |
FileHandler |
A simple file handler.
|
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 |
SizeRotatingFileHandler |
| Modifier and Type | Method | Description |
|---|---|---|
WriterHandler |
WriterHandler.setCheckHeadEncoding(boolean checkHeadEncoding) |
Establish whether head encoding checking is turned on.
|
WriterHandler |
WriterHandler.setCheckTailEncoding(boolean checkTailEncoding) |
Establish whether tail encoding checking is turned on.
|
Copyright © 2020 JBoss by Red Hat. All rights reserved.