Source position: pkgglobals.pp line 73
type TLogLevels = set of (
llError,
llWarning,
llInfo,
llCommands,
llDebug,
llProgress
);