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 TypeMethodDescriptionvoidReportConfiguration.logFamilyCollisions(Log.Level level)Set the log level for reporting collisions in the set of license families.voidReportConfiguration.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.LevelReturns 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 TypeMethodDescriptionvoiddefault voidvoidWrites a message at a specific log level.voidReportingSet.setLogLevel(Log.Level level)Sets the log level that the reporting set will log at.