Utility to print information to the console. More...
#include <Logging.h>
Static Public Member Functions | |
| static void | PrintError (GbxError error) |
| Prints error to console. More... | |
| static void | PrintError (int number, std::string message) |
| Prints error to console. More... | |
| static void | PrintOKFlush () |
| Prints OK in [ ]-spaces in console. | |
| static void | PrintFailedFlush () |
| Prints Failed in [ ]-spaces in console. | |
| static void | PrintParameters (std::vector< GbxResponseParameter > parameters) |
| Prints a vector with GbxResponseParameter objects (for DEBUG purposes). More... | |
| static void | PrintParameter (GbxResponseParameter parameter, int paramId, std::string spaces=" ", std::string parameterName="") |
| Prints a GbxResponseParameter (for DEBUG purposes). More... | |
Utility to print information to the console.
|
inlinestatic |
Prints error to console.
| error | Error structure. |
|
inlinestatic |
Prints error to console.
| number | Error number. |
| message | Error message. |
|
inlinestatic |
Prints a GbxResponseParameter (for DEBUG purposes).
| parameter | Parameter to be printed. |
| paramId | Number of the parameter. |
| spaces | Spaces to be put before the parameter information. |
| parameterName | Name of the parameter (struct value only). |
|
inlinestatic |
Prints a vector with GbxResponseParameter objects (for DEBUG purposes).
| parameters | Parameters to be printed. |
1.8.6