MigratoryDataLogLevel
This class enumerates the MigratoryData logging levels. More…
Public Attributes
Name | |
---|---|
TRACE The. |
|
DEBUG The. |
|
INFO The. |
|
WARN The. |
|
ERROR The. |
Detailed Description
class MigratoryDataLogLevel;
This class enumerates the MigratoryData logging levels.
The available logging levels ordered by verbosity are:
- ERROR (less verbose)
- WARN
- INFO
- DEBUG
- TRACE (most verbose)
For production usage, we recommend the default
INFO
logging level.
Public Attributes Documentation
variable TRACE
TRACE;
The.
TRACE
level turns on all the logs of the API.
variable DEBUG
DEBUG;
The.
DEBUG
level turns on the debug, info, warning, and error logs of the API.
variable INFO
INFO;
The.
INFO
level turns on the info, warning, and error logs of the API.
variable WARN
WARN;
The.
WARN
level turns on the warning and error logs of the API.
variable ERROR
ERROR;
The.
ERROR
level turns on the error logs of the API.