Uses of Interface
com.puppycrawl.tools.checkstyle.AuditEventFormatter
-
Packages that use AuditEventFormatter Package Description com.puppycrawl.tools.checkstyle Contains the implementation of the Checkstyle framework. -
-
Uses of AuditEventFormatter in com.puppycrawl.tools.checkstyle
Classes in com.puppycrawl.tools.checkstyle that implement AuditEventFormatter Modifier and Type Class Description class
AuditEventDefaultFormatter
Represents the default formatter for log message.Fields in com.puppycrawl.tools.checkstyle declared as AuditEventFormatter Modifier and Type Field Description private AuditEventFormatter
DefaultLogger. formatter
Formatter for the log message.private AuditEventFormatter
MetadataGeneratorLogger. formatter
Formatter for the log message.Constructors in com.puppycrawl.tools.checkstyle with parameters of type AuditEventFormatter Constructor Description DefaultLogger(OutputStream infoStream, AbstractAutomaticBean.OutputStreamOptions infoStreamOptions, OutputStream errorStream, AbstractAutomaticBean.OutputStreamOptions errorStreamOptions, AuditEventFormatter messageFormatter)
Creates a newDefaultLogger
instance.
-