Vanilla.PDF
2.1.0
Cross-platform toolkit for creating and modifying PDF documents
Main Page
Guide
Class Hierarchy
File List
Examples
Test logging
error_type
process_logging() {
// Disable logging for unit testing
RETURN_ERROR_IF_NOT_SUCCESS(Logging_SetSeverity(
LoggingSeverity_Off
));
return
VANILLAPDF_TEST_ERROR_SUCCESS;
}
LoggingSeverity_Off
@ LoggingSeverity_Off
Logging is turned off entirely.
Definition
c_logging.h:74
error_type
uint32_t error_type
This is return value type of all API functions.
Definition
c_types.h:25