HTTPAccessLoggingService
This class contains configurable options shared by all HTTP channels.
Inherits from type
Service
and adds the following.
Attributes Summary
enableErrorLogging
: boolean
enableAccessLogging
: boolean
errorLogLevel
: HTTPErrorLogLevel
accessLogFormat
: HTTPAccessLogFormat
errorLog
:
LogFile
accessLog
:
LogFile
Attribute Details
enableErrorLogging
-
data type:
boolean
default Value:
true
Allowed Values:
true false
enableAccessLogging
-
data type:
boolean
default Value:
true
Allowed Values:
true false
errorLogLevel
-
data type:
HTTPErrorLogLevel
default Value:
WARNING
Allowed Values:
CRITICAL ERROR WARNING INFO DEBUG
accessLogFormat
-
data type:
HTTPAccessLogFormat
default Value:
COMMON
Allowed Values:
COMMON COMBINED
errorLog
-
data type:
LogFile
accessLog
-
data type:
LogFile
Copyright IBM Corp. 1997-2004