Uses of Enum
org.apache.rat.utils.Log.Level
Packages that use Log.Level
-
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.utils
Methods in org.apache.rat.utils that return Log.LevelModifier and TypeMethodDescriptionDefaultLog.getLevel()
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 TypeMethodDescriptionvoid
default void
void
Writes a message at a specific log level.void
ReportingSet.setLogLevel(Log.Level level)
Sets the log level that the reporting set will log at.