SFrame 3.6
|
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... |
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.)
Definition at line 23 of file SMsgType.h.