| SERIALBOX_API void | serialboxLoggingEnable (void) | 
| Enable logging.  More... | |
| SERIALBOX_API void | serialboxLoggingDisable (void) | 
| Disable logging.  More... | |
| SERIALBOX_API int | serialboxLoggingIsEnabled (void) | 
| Check if logging is enabled.  More... | |
| SERIALBOX_API void serialboxLoggingDisable | ( | void | ) | 
Disable logging.
By default, the logging is disabled. If SERIALBOX_DISABLE_LOGGING is defined, the function does nothing. 
Definition at line 20 of file Logging.cpp.
| SERIALBOX_API void serialboxLoggingEnable | ( | void | ) | 
Enable logging.
By default, the logging is disabled. If SERIALBOX_DISABLE_LOGGING is defined, the function does nothing. 
Definition at line 18 of file Logging.cpp.
| SERIALBOX_API int serialboxLoggingIsEnabled | ( | void | ) | 
Check if logging is enabled.
Definition at line 22 of file Logging.cpp.