Top | Previous | Next |
system.util.setLoggingLevel |
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 All |