Uses of Class
com.identityworksllc.iiq.common.vo.LogLevel
-
Packages that use LogLevel Package Description com.identityworksllc.iiq.common.vo Data classes common to Instrumental ID’s plugin implementations -
-
Uses of LogLevel in com.identityworksllc.iiq.common.vo
Methods in com.identityworksllc.iiq.common.vo that return LogLevel Modifier and Type Method Description LogLevelStampedMessage. getLevel()Gets the log level associated with this LogMessagestatic LogLevelLogLevel. valueOf(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 com.identityworksllc.iiq.common.vo with parameters of type LogLevel Modifier and Type Method Description booleanLogLevel. atLeast(LogLevel other)Determines whether this log level is at least as severe as the othervoidResultValue. setLogLevel(LogLevel logLevel)Sets the log level for this result.StampedMessage.BuilderStampedMessage.Builder. withLevel(LogLevel val)Constructors in com.identityworksllc.iiq.common.vo with parameters of type LogLevel Constructor Description StampedMessage(@NonNull LogLevel level, String message)Creates a basic log of the given level with the given string messageStampedMessage(@NonNull LogLevel level, String message, Throwable exception)Full constructor taking a level, a message, and an exception.
-