Uses of Interface
com.puppycrawl.tools.checkstyle.AuditEventFormatter
Packages that use AuditEventFormatter
Package
Description
Contains the implementation of the Checkstyle framework.
-
Uses of AuditEventFormatter in com.puppycrawl.tools.checkstyle
Classes in com.puppycrawl.tools.checkstyle that implement AuditEventFormatterModifier and TypeClassDescriptionclass
Represents the default formatter for log message.Constructors in com.puppycrawl.tools.checkstyle with parameters of type AuditEventFormatterModifierConstructorDescriptionDefaultLogger
(OutputStream infoStream, AutomaticBean.OutputStreamOptions infoStreamOptions, OutputStream errorStream, AutomaticBean.OutputStreamOptions errorStreamOptions, AuditEventFormatter messageFormatter) Creates a newDefaultLogger
instance.