Source position: GLSLog.pas line 45
type TLogLevel = (
lkDebug,
lkInfo,
lkNotice,
lkWarning,
lkError,
lkFatalError
);