Vanilla.PDF  1.5.1
Cross-platform toolkit for creating and modifying PDF documents
List of all members
Logging Class Reference

The library can provide some additional debug and error messages. More...

error_type Logging_IsEnabled (boolean_type *result)
 Determine if logging is enabled in current library instance.
 
error_type Logging_Enable (void)
 Enable logging for current library instance.
 
error_type Logging_Disable (void)
 Disable logging for current library instance.
 
error_type Logging_GetSeverity (LoggingSeverity *level)
 Get actual logging severity.
 
error_type Logging_SetSeverity (LoggingSeverity level)
 Set new logging severity.
 

Detailed Description

The library can provide some additional debug and error messages.

This class controls the logging switch which enables and disables the logging entirely. Additionally, the verbosity of the logging output can be adjusted as well.

The default behavior is that it creates a log file for each file, where you can find some additional informations based on the log level.

This feature is disabled by default.


The documentation for this class was generated from the following file: