Used to control amount of log output
Maximum output. Useful for intense debugging.
Useful log level for general debugging.
Log basic informational messages.
Log warning messages
Only log errors. Recommended for production.
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)
Returns an array containing the constants of this enum type, in the order they're declared. This method may be used to iterate over the constants.