SFrame 3.6
core/include/SMsgType.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Enumerations

enum  SMsgType {
  VERBOSE = 1, DEBUG = 2, INFO = 3, WARNING = 4,
  ERROR = 5, FATAL = 6, ALWAYS = 7
}
 Message type enumeration. More...

Enumeration Type Documentation

enum SMsgType

Message type enumeration.

Enumeration for classifying messages. Based on this classification, SLogWriter can decide if/how the message should be shown. (Naming taken from ATLAS offline.)

Enumerator:
VERBOSE 

Type for the most detailed messages. Only for serious debugging.

DEBUG 

Type for debugging messages. A few messages per event allowed.

INFO 

Type for normal information messages. No messages in event processing!

WARNING 

Type for smaller problems. (Analysis is not affected in general.)

ERROR 

Type for "real" problems. (Analysis results probably affected.)

FATAL 

Type for problems that should halt the execution.

ALWAYS 

Type that should always be shown. (Not really used.)

Definition at line 23 of file SMsgType.h.