Define Enum Types
Special classes that have a set of fixed possible values
A ___ defines a new data type
Class
Define Log Level
Represents type of log messages to be displayed as app runs (ex: debug, info, warning, error)
Because enum values are constants, fields should be ____ variables, since they will not change
Final