Uses of Interface
org.apache.rat.utils.Log
Packages that use Log
Package
Description
-
Uses of Log in org.apache.rat
Methods in org.apache.rat that return LogModifier and TypeMethodDescriptionReportConfiguration.getLog()
Retrieves the Log that was provided in the constructor.Constructors in org.apache.rat with parameters of type Log -
Uses of Log in org.apache.rat.analysis
Methods in org.apache.rat.analysis with parameters of type LogModifier and TypeMethodDescriptionstatic IDocumentAnalyser
DefaultAnalyserFactory.createDefaultAnalyser(Log log, Collection<ILicense> licenses)
Creates a DocumentAnalyser from a collection of ILicenses. -
Uses of Log in org.apache.rat.annotation
Constructors in org.apache.rat.annotation with parameters of type LogModifierConstructorDescriptionAbstractLicenseAppender(Log log)
ConstructorApacheV2LicenseAppender(Log log)
Create a license appender with the standard ASF license header.ApacheV2LicenseAppender(Log log, String copyright)
Create a license appender with the given copyright line. -
Uses of Log in org.apache.rat.report.claim.util
Constructors in org.apache.rat.report.claim.util with parameters of type LogModifierConstructorDescriptionLicenseAddingReport(Log log, String pCopyrightMsg, boolean pForced)
-
Uses of Log in org.apache.rat.utils
Classes in org.apache.rat.utils that implement LogModifier and TypeClassDescriptionclass
A default implementation of Log that writes to System.out and System.errMethods in org.apache.rat.utils with parameters of type LogModifier and TypeMethodDescriptionSets the log that the reporting set will log to.