This function is used in Python Scripting.

Description

Sets the logging level on the given logger. This can be a logger you create, or a logger already defined in the system.

Client Permission Restrictions

This scripting function has no Client Permission restrictions.

Syntax

system.util.setLoggingLevel(loggerName, loggerLevel)

  • Parameters

String loggerName The unique name of the logger to change the logging level on, for example "Tags.Client".

String loggerLevel The level you want to change to logger to: "trace", "debug", "info", "warn", or "error".

  • Returns

Nothing

  • Scope

Gateway, Vision Client, Perspective Session

Code Examples
Code Snippet
# This sets the logger called Reporting to the debug level.
system.util.setLoggingLevel("Reporting", "debug")
Keywords

system util setLoggingLevel, util.setLoggingLevel