Uses of Class
com.identityworksllc.iiq.common.vo.LogLevel
-
Packages that use LogLevel Package Description com.identityworksllc.iiq.common.vo -
-
Uses of LogLevel in com.identityworksllc.iiq.common.vo
Methods in com.identityworksllc.iiq.common.vo that return LogLevel Modifier and Type Method Description LogLevel
StampedMessage. getLevel()
Gets the log level associated with this LogMessagestatic LogLevel
LogLevel. 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 StampedMessage.Builder
StampedMessage.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.
-