Photon C++ Client API: ExitGames::Common::DebugLevel Namespace Reference
|
|
ExitGames::Common::DebugLevel Namespace Reference
Variables | |
| static const int | OFF |
| No debug out. | |
| static const int | ERRORS |
| Only error descriptions. | |
| static const int | WARNINGS |
| Warnings and errors. | |
| static const int | INFO |
| Information about internal workflows, warnings and errors. | |
| static const int | ALL |
| Most complete workflow description (but lots of debug output), info, warnings and errors. | |
Detailed Description
Amount of DebugReturn callbacks. Each debug level includes output for lower ones: OFF, ERRORS, WARNINGS, INFO, ALL.