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.
|
Constructor and Description |
---|
DefaultLogger(OutputStream infoStream,
AutomaticBean.OutputStreamOptions infoStreamOptions,
OutputStream errorStream,
AutomaticBean.OutputStreamOptions errorStreamOptions,
AuditEventFormatter messageFormatter)
Creates a new
DefaultLogger instance. |
DefaultLogger(OutputStream infoStream,
boolean closeInfoAfterUse,
OutputStream errorStream,
boolean closeErrorAfterUse,
AuditEventFormatter messageFormatter)
Deprecated.
in order to fulfill demands of BooleanParameter IDEA check.
|
Copyright © 2001–2018. All rights reserved.