Uses of Class
com.identityworksllc.iiq.common.logging.SLogger.Level
-
Packages that use SLogger.Level Package Description com.identityworksllc.iiq.common.logging -
-
Uses of SLogger.Level in com.identityworksllc.iiq.common.logging
Methods in com.identityworksllc.iiq.common.logging that return SLogger.Level Modifier and Type Method Description static SLogger.Level
SLogger.Level. valueOf(String name)
Returns the enum constant of this type with the specified name.static SLogger.Level[]
SLogger.Level. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.identityworksllc.iiq.common.logging with parameters of type SLogger.Level Modifier and Type Method Description void
SLogger. log(SLogger.Level logLevel, String message)
Logs the message at the appropriate level according to the Commons Logging APIprotected void
SLogger. save(SLogger.Level LogLevel, String MessageTemplate, Object[] Args)
Hook to allow log messages to be intercepted and saved.
-