Uses of Enum
org.apache.rat.utils.Log.Level
Packages that use Log.Level
Package
Description
The base package for the RAT tool.
Classes describing licenses
Classes with general utility across the project.
-
Uses of Log.Level in org.apache.rat
Methods in org.apache.rat with parameters of type Log.LevelModifier and TypeMethodDescriptionvoid
ReportConfiguration.logFamilyCollisions
(Log.Level level) Set the log level for reporting collisions in the set of license families.void
ReportConfiguration.logLicenseCollisions
(Log.Level level) Sets the log level for reporting license collisions. -
Uses of Log.Level in org.apache.rat.license
Methods in org.apache.rat.license with parameters of type Log.LevelModifier and TypeMethodDescriptionvoid
LicenseSetFactory.logFamilyCollisions
(Log.Level level) Set the log level for reporting collisions in the set of license families.void
LicenseSetFactory.logLicenseCollisions
(Log.Level level) Sets the log level for reporting license collisions. -
Uses of Log.Level in org.apache.rat.utils
Methods in org.apache.rat.utils that return Log.LevelModifier and TypeMethodDescriptionDefaultLog.getLevel()
Gets the level we are writing at.Log.getLevel()
Gets the log level that is enabled.static Log.Level
Returns the enum constant of this type with the specified name.static Log.Level[]
Log.Level.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.rat.utils with parameters of type Log.LevelModifier and TypeMethodDescriptiondefault Writer
Returns a Writer backed by this log.default boolean
Determines if the log level is enabled.void
default void
Writes a log message at the specified level.default void
Write a log message and report throwable stack trace at the specified log level.void
Writes a message at a specific log level.default void
Write a log message and report throwable stack trace at the specified log level.void
Sets the level.default void
Sets the log level.ReportingSet.setLogLevel
(Log.Level level) Sets the log level that the reporting set will log at.