MigratoryData Client API for DotNet
Developer's Guide and Reference Manual
MigratoryDataLogType Enum Reference

This class enumerates the MigratoryData logging levels. More...

Public Attributes

 ERROR
 The ERROR level turns on the error logs of the API.
 
 INFO
 The INFO level turns on the error and info logs of the API.
 
 DEBUG
 The DEBUG level turns on the error, info, and debug logs of the API.
 
 TRACE
 The TRACE level turns on all the logs of the API.
 

Detailed Description

This class enumerates the MigratoryData logging levels.

The available logging levels ordered by verbosity are:

  • ERROR (less verbose)
  • INFO
  • DEBUG
  • TRACE (most verbose)

For production usage, we recommend the INFO logging level.