NzaeUtil class reference

This class contains static utility methods that are not dependent on the main NzaeFactory interface.

Static public member functions

static void logException(Throwable t)
Logs the exception to the process-specific AE log file or standard error.
static void logException(Throwable t, String appMessage)
Logs the exception to the process-specific AE log file or standard error.
static void logJavaSystemProperties()
Dumps the JVM System Properties to the process-specific AE log file or standard error.

Static public member functions documentation

static void logException(Throwable t)
Logs the exception to the process-specific AE log file or standard error.
Parameters
t
The throwable object to log.
static void logException(Throwable t, String appMessage)
Logs the exception to the process-specific AE log file or standard error.
Parameters
t
The throwable object to log.
appMessage
An application-specific message for the log.
static void logJavaSystemProperties()
Dumps the JVM System Properties to the process-specific AE log file or standard error.