The Severity component is an Enumeration that defines the list of valid values for the severity of log messages. Use these values with the logMessage statement.
logMessage "Expense Report #"+reportNumber+" has been approved"
using severity = INFO
logMessage "Couldn't connect to exchange rate service"
using severity = WARNING