Public Types | |
| enum | Enum |
Static Public Member Functions | |
| static std::string | toString (Enum mode) |
Definition at line 30 of file HandlerSettings.h.
| enum Enum |
Log alternates.
| Enumerator | |
|---|---|
| Disabled | No data will be logged. |
| Important | Only important information like warnings and errors will be logged. |
| Regular | Handler will log miscellaneous aspects related with its execution like changes in state, network data obtained, etc. All critical important information like warnings and errors will be logged as well. |
| Debug | In addition to the data logged in 'Regular' mode, Handler will output additional information like step-by-step changes into books, step-by-step processing of received network packets. |
Definition at line 33 of file HandlerSettings.h.
|
static |
Returns string presentation of given mode.