Uses of Interface
com.puppycrawl.tools.checkstyle.AuditEventFormatter
Package
Description
Contains the implementation of the Checkstyle framework.
-
Uses of AuditEventFormatter in com.puppycrawl.tools.checkstyle
Modifier and TypeClassDescriptionclass
Represents the default formatter for log message.Modifier and TypeFieldDescriptionprivate final AuditEventFormatter
DefaultLogger.formatter
Formatter for the log message.private final AuditEventFormatter
MetadataGeneratorLogger.formatter
Formatter for the log message.ModifierConstructorDescriptionDefaultLogger
(OutputStream infoStream, AbstractAutomaticBean.OutputStreamOptions infoStreamOptions, OutputStream errorStream, AbstractAutomaticBean.OutputStreamOptions errorStreamOptions, AuditEventFormatter messageFormatter) Creates a newDefaultLogger
instance.