Child pages
  • 2022.06 Whats new

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

The maximum numbers of threads a threadpool of a NGClient NG/Headless/BatchClients can start is upped from 4 tot 16. So you are not blocked when an NGClient client starts many Headless clients (up to 16) and wants to queue method calls all of them at once.

Api:

added JSLogger application.getLogger(name) (for having your own logging on various levels)
Also for setting a specific log level at runtime (overriding the one set in the log4j.xml for that logger)

...