Package | Description |
---|---|
com.puppycrawl.tools.checkstyle |
Contains the implementation of the Checkstyle framework.
|
Modifier and Type | Class and Description |
---|---|
class |
AuditEventDefaultFormatter
Represents the default formatter for log message.
|
Modifier and Type | Field and Description |
---|---|
private AuditEventFormatter |
DefaultLogger.formatter
Formatter for the log message.
|
Constructor and Description |
---|
DefaultLogger(java.io.OutputStream infoStream,
boolean closeInfoAfterUse,
java.io.OutputStream errorStream,
boolean closeErrorAfterUse,
AuditEventFormatter messageFormatter)
Creates a new
DefaultLogger instance. |