Skip to main content
Skip table of contents

SetLogLevel()

SetLogLevel() – Log-Level setzen

Mit dieser Funktion kann das aktuell konfigurierte Log-Level geändert werden.

ParameterBeschreibung

nLogLevel:N

Log-Level siehe Funktion Log()

Rückgabewert

Numerisch - entsprechend des Log-Levels (siehe Log()), welches nun gesetzt ist.

Beispiel

CODE
if SetLogLevel(llINFO) = llINFO then
  Meld('Log-Level wurde auf INFO umgestellt.'),
endif,

Weitere Verknüpfungen


JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.