Skip to main content
Skip table of contents

isInfoEnabled

Versionshinweise

16.1, 17.1

Code

CODE
boolean ScriptUtils.isInfoEnabled()

Beschreibung

Prüft den Aktiv-Status für Info-Logs.

Eine Prüfung des Status ist hilfreich, um Ressourcen zum Aufbau der Meldung zu schonen, falls das Info-Log deaktiviert wurde.


Rückgabe

  • true für ein aktives Info-Log, sonst false

Beispiele

JAVA
if(ScriptUtils.isInfoEnabled())
{
  ScriptUtils.debug("Info Meldung");
}



JavaScript errors detected

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

If this problem persists, please contact our support.