SET LEVEL for Errors, Warnings, and Infos

PAKO can be very “chatty” and display many “messages” in the command line window. They are marked with “I-” for “info”, “W-” for “warning”, or “E-” for “error”. “E-” “error” is reserved for true errors, something not accepted by PAKO.

You can control the number of messages you see with with SET LEVEL, e.g.,

SET LEVEL 1 1
will enforce that you get all messages.

SET LEVEL 3 3
will supress most “I-” infos.

SET LEVEL 5 5
will supress most “I-” infos and “W-” warnings.

At this time () PAKO still displays some debug messages, which are not flagged “I-”, “W-”, or “E-”. They will be eliminated as soon as possible.