NonStop JMS User's Manual (H06.03+, J06.03+, NonStop JMS 3.0+)
NSJMS Installation and Configuration for TNS/R
NonStop Server for Java Message Service User’s Manual—522356-006
2-14
NSJMS Directory Structure
Logger.loglevel
Logger.type
Default: warning
Values: fatal | error | exception | warning | info | debug
Value 
Descriptions:
fatal—Logs a fatal message that leads to abnormal 
termination.
error—Logs messages that do not necessarily lead to 
abnormal termination but still should be noted, such as a 
message about an incorrect configuration parameter. A 
log level of error displays messages that have log 
levels of fatal and error
exception—Logs a specified exception.
warning—Logs messages that do not effect the integrity 
of the JMS client but should be brought to the JMS 
client’s attention. A log level of warning displays 
messages that have log levels of fatal, error, exception, 
and warning,
info—Logs messages that do not imply an error but 
could indicate an important event, such as a message 
that the JMS client is connected. A log level of info 
displays messages that have log levels of fatal, error, 
exception, warning, and info.
debug—Logs messages useful during a debugging 
session. Setting Logger.loglevel to debug can 
substantially degrade performance and should be used 
only when requested by support personnel. A log level of 
debug displays all levels of messages: fatal, error, 
exception, warning, info, and debug.
Example: Logger.loglevel=warning
Default: FileLogger
Values: FileLogger | ConsoleLogger
Value 
Descriptions:
FileLogger—Logs to the file specified in Logger.filename.
ConsoleLogger—Logs to the client home term.
Example: Logger.type=FileLogger










