Source position: wasm.logger.api.pas line 31
type TWasmLogLevels = set of (
wllTrace,
wllDebug,
wllInfo,
wllWarning,
wllError,
wllCritical
);