MigratoryDataLogLevel enum

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.

Inheritance

Constructors

MigratoryDataLogLevel()
const

Values

ERROR → const MigratoryDataLogLevel

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

WARN → const MigratoryDataLogLevel

The WARN level turns on the warning and error logs of the API.

INFO → const MigratoryDataLogLevel

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

DEBUG → const MigratoryDataLogLevel

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

TRACE → const MigratoryDataLogLevel

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

Properties

hashCode int
The hash code for this object.
no setterinherited
index int
A numeric identifier for the enumerated value.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Constants

values → const List<MigratoryDataLogLevel>
A constant List of the values in this enum, in order of their declaration.