MigratoryData Client API for C++
Developer's Guide and Reference Manual
MigratoryDataLogLevel.h File Reference

Enumerate the MigratoryData logging levels. More...

Go to the source code of this file.

Enumerations

enum  MigratoryDataLogLevel { LOG_ERROR, LOG_INFO, LOG_DEBUG, LOG_TRACE }
 This class enumerates the MigratoryData logging levels. More...
 

Detailed Description

Enumerate the MigratoryData logging levels.

Enumeration Type Documentation

◆ MigratoryDataLogLevel

This class enumerates the MigratoryData logging levels.

The available log levels ordered by verbosity are:

  • LOG_ERROR (less verbose)
  • LOG_INFO
  • LOG_DEBUG
  • LOG_TRACE (most verbose)
Enumerator
LOG_ERROR 

The LOG_ERROR level turns on the error logs of the API.

LOG_INFO 

The LOG_INFO level turns on the info, warning, and error logs of the API.

LOG_DEBUG 

The LOG_DEBUG level turns on the debug, info, warning, and error logs of the API.

LOG_TRACE 

The LOG_TRACE level turns on all the logs of the API.