FoxitPDFSDKforWeb  v10.0.0
Foxit PDF SDK for Web

Classes

class  LoggerFactory
 The LoggerFactory is a utility class producing Loggers for various logging APIs. More...
 

Enumerations

enum  Log_Levels { LEVEL_DEBUG, LEVEL_INFO, LEVEL_WARN, LEVEL_ERROR }
 Enumeration for log level. More...
 

Detailed Description

Enumeration Type Documentation

◆ Log_Levels

enum Log_Levels

Enumeration for log level.

Values of this enumeration should be used alone.

Since
9.0.0
Enumerator
LEVEL_DEBUG 

A log level used for events considered to be useful during software debugging when more granular information is needed.

LEVEL_INFO 

An event happened, the event is purely informative and can be ignored during normal operations.

LEVEL_WARN 

Unexpected behavior happened inside the application, but it is continuing its work and the key business features are operating as expected.

LEVEL_ERROR 

One or more functionalities are not working, preventing some functionalities from working correctly.

Foxit Software Corporation Logo
@2024 Foxit Software Incorporated. All rights reserved.