evCreate API 5.7 Help

EvLogLevelFilter Enumeration

The EvLogLevelFilter TS enumeration defines the options for filtering the logging output.

All: "all";

All output is filtered—no console output is displayed.

Debug: "debug";

The output below the debug level is filtered.

Error: "error";

The output below the error level is filtered.

Info: "info";

The output below the info level is filtered.

None: "none";

No filtering—all the console output is displayed.

Warning: "warning";

The output below the warning level is filtered.

10 February 2025