Uses of Class
rs.baselib.util.LogLevel
| Package | Description |
|---|---|
| rs.baselib.util |
Provides several utility classes.
|
-
Uses of LogLevel in rs.baselib.util
Methods in rs.baselib.util that return LogLevel Modifier and Type Method Description static LogLevelLogLevel. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static LogLevel[]LogLevel. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in rs.baselib.util with parameters of type LogLevel Modifier and Type Method Description voidReleaseRepository. dumpArtifacts(Logger log, LogLevel logLevel)Dumps all release information to a log.voidReleaseRepository. dumpArtifacts(LogLevel logLevel)Dumps all release information to own log.