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.Fields in com.puppycrawl.tools.checkstyle declared as AuditEventFormatterModifier and TypeFieldDescriptionprivate final AuditEventFormatter
DefaultLogger.formatter
Formatter for the log message.private final AuditEventFormatter
MetadataGeneratorLogger.formatter
Formatter for the log message.Constructors in com.puppycrawl.tools.checkstyle with parameters of type AuditEventFormatterModifierConstructorDescriptionDefaultLogger
(OutputStream infoStream, AbstractAutomaticBean.OutputStreamOptions infoStreamOptions, OutputStream errorStream, AbstractAutomaticBean.OutputStreamOptions errorStreamOptions, AuditEventFormatter messageFormatter) Creates a newDefaultLogger
instance.