Vanilla.PDF  1.3.0
Cross-platform toolkit for creating and modifying PDF documents
Enumerations
c_logging.h File Reference

All functions that control library logging configuration. More...

#include "vanillapdf/c_export.h"
#include "vanillapdf/c_handles.h"
#include "vanillapdf/c_values.h"

Go to the source code of this file.

Enumerations

enum  LoggingSeverity {
  LoggingSeverity_Debug = 0, LoggingSeverity_Info, LoggingSeverity_Warning, LoggingSeverity_Error,
  LoggingSeverity_Fatal
}
 Available severity settings. More...
 

Detailed Description

All functions that control library logging configuration.

Enumeration Type Documentation

◆ LoggingSeverity

Available severity settings.

Enumerator
LoggingSeverity_Debug 

Most verbose setting includes all available informations.

LoggingSeverity_Info 

Include detailed, but much less verbose output.

LoggingSeverity_Warning 

Include only potentially dangerous informations.

LoggingSeverity_Error 

Include only program and input errors.

LoggingSeverity_Fatal 

Include only fatal problems, that disallow program to continue operating and will be shut down.