Logging errors with the JavaCompute node

The MbService class contains a number of static methods for writing to the event log or syslog. Define message catalogs using Java resource bundles to store the message text. Three levels of severity are supported:
  • information
  • warning
  • error
The JavaCompute Node sample samples demonstrate the use of resource bundles and logging.
Related reference
JavaCompute node