int ERROR = 0x01
int WARNING = 0x02
int INFO = 0x04
int DEBUG = 0x08
IntFlag representing various Log Severity flags.