NonStop Servlets for JavaServer Pages (NSJSP) 6.1 System Administrator's Guide
Logging in NSJSP
NonStop Servlets for JavaServer Pages (NSJSP) 6.1 System Administrator’s Guide—596210-006
5-10
Configuring Handlers
Configuring Handlers
You can configure each handler using the configuration properties that are specific to
the handler.
NSJSP supports the following implementation classes:
FileHandler
NSJSPLogHandler
FileHandler
Table 5-2 lists the FileHandler configuration properties.
The following properties are available in addition to the properties listed in Table 5-2:
directory
Table 5-2. Configuration Properties of FileHandler
Configuration
Property Description Default Value
level Specifies the log level. You can
assign one of the following log
levels:
SEVERE
WARNING
INFO
CONFIG
FINE
FINER
FINEST
OFF
ALL
Note: Assigning OFF causes all
logging to be turned off. Assigning
ALL causes all logging to be turned
on.
INFO
Filter Specifies the filter class to be used. None
Formatter Specifies the formatter class to be
used.
SimpleFormatter
Encoding Specifies the character set
encoding to be used.
Default platform encoding










