A log message. More...
#include <misc_types.h>

Public Types | |
| enum | LogType { message = 'M', warning = 'W' } |
Public Member Functions | |
| bool | isWarning () const |
| LogEvent (Subsystem sys, Verbosity verb, LogType t, const Solver *s, const char *what) | |
Public Attributes | |
| const char * | msg |
| const Solver * | solver |
A log message.
Definition at line 54 of file misc_types.h.
Definition at line 55 of file misc_types.h.
| Clasp::LogEvent::LogEvent | ( | Subsystem | sys, |
| Verbosity | verb, | ||
| LogType | t, | ||
| const Solver * | s, | ||
| const char * | what | ||
| ) | [inline] |
Definition at line 56 of file misc_types.h.
| bool Clasp::LogEvent::isWarning | ( | ) | const [inline] |
Definition at line 59 of file misc_types.h.
| const char* Clasp::LogEvent::msg |
Definition at line 61 of file misc_types.h.
| const Solver* Clasp::LogEvent::solver |
Definition at line 60 of file misc_types.h.