Enumeration LogLevel

Enum representing the available log levels.

Enumeration Members

Enumeration Members

ERROR: 2

Indicates that a summary table and error messages should be logged.

NONE: 0

Indicates that no logs should be produced.

TABLE: 1

Indicates that a summary table should be logged.

VERBOSE: 3

Indicates that information about file loading, error messages, and the summary table should be logged.

Generated using TypeDoc