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

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

Go to the source code of this file.

Enumerations

enum  LoggingSeverity {
  LoggingSeverity_Undefined = 0 , LoggingSeverity_Trace , LoggingSeverity_Debug , LoggingSeverity_Info ,
  LoggingSeverity_Warning , LoggingSeverity_Error , LoggingSeverity_Critical , LoggingSeverity_Off
}
 Available severity settings. More...
 

Detailed Description

All functions that control library logging configuration.

Enumeration Type Documentation

◆ LoggingSeverity

Available severity settings.

Enumerator
LoggingSeverity_Trace 

Most verbose setting includes all available informations.

LoggingSeverity_Debug 

Very detailed level with most of the necessary information required during debugging.

LoggingSeverity_Info 

Include detailed, but much less verbose output.

LoggingSeverity_Warning 

Include only potentially dangerous information.

LoggingSeverity_Error 

Include only program and input errors.

LoggingSeverity_Critical 

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

LoggingSeverity_Off 

Logging is turned off entirely.