HTTPAccessLoggingService


This type is a class for model objects.

This class contains configurable options shared by all HTTP channels.

Package: http
Supertype: Service

Classifier ID:  -1
Instance class name:  * Unspecified *
Instance class:  * Unspecified *



Attributes Summary
enableErrorLogging : EBoolean * No description is available *
enableAccessLogging : EBoolean * No description is available *
errorLogLevel : HTTPErrorLogLevel
accessLogFormat : HTTPAccessLogFormat * No description is available *
enableFRCALogging : EBoolean * No description is available *
frcaLogFormat : HTTPAccessLogFormat @since 7.0.0 Configuration of which of the possible NCSA access log formats will be used in this specific FRCA log.
errorLog : LogFile @ * No description is available *
accessLog : LogFile @ * No description is available *
frcaLog : LogFile @ * No description is available *



Attribute Details

enableErrorLogging  -  * No description is available *
    Data Type: EBoolean
    Default value:  true
    Required:  false
    Changeable:  true
    Unsettable:  true
    Many:  false
    Ordered:  true
    Lower bound:  0
    Upper bound:  1
    Unique:  true
    Derived:  false
    Transient:  false
    Volatile:  false

enableAccessLogging  -  * No description is available *
    Data Type: EBoolean
    Default value:  true
    Required:  false
    Changeable:  true
    Unsettable:  true
    Many:  false
    Ordered:  true
    Lower bound:  0
    Upper bound:  1
    Unique:  true
    Derived:  false
    Transient:  false
    Volatile:  false

errorLogLevel  -  
    Data Type: HTTPErrorLogLevel
    Default value:  WARNING
    Allowed values:
        0 - CRITICAL
        1 - ERROR
        2 - WARNING
        3 - INFO
        4 - DEBUG
    Required:  false
    Changeable:  true
    Unsettable:  false
    Many:  false
    Ordered:  true
    Lower bound:  0
    Upper bound:  1
    Unique:  true
    Derived:  false
    Transient:  false
    Volatile:  false

accessLogFormat  -  * No description is available *
    Data Type: HTTPAccessLogFormat
    Default value:  COMMON
    Allowed values:
        0 - COMMON
        1 - COMBINED
    Required:  false
    Changeable:  true
    Unsettable:  false
    Many:  false
    Ordered:  true
    Lower bound:  0
    Upper bound:  1
    Unique:  true
    Derived:  false
    Transient:  false
    Volatile:  false

enableFRCALogging  -  * No description is available *
    Data Type: EBoolean
    Default value:  true
    Required:  false
    Changeable:  true
    Unsettable:  true
    Many:  false
    Ordered:  true
    Lower bound:  0
    Upper bound:  1
    Unique:  true
    Derived:  false
    Transient:  false
    Volatile:  false

frcaLogFormat  -  @since 7.0.0 Configuration of which of the possible NCSA access log formats will be used in this specific FRCA log.
    Data Type: HTTPAccessLogFormat
    Default value:  COMMON
    Allowed values:
        0 - COMMON
        1 - COMBINED
    Required:  false
    Changeable:  true
    Unsettable:  false
    Many:  false
    Ordered:  true
    Lower bound:  0
    Upper bound:  1
    Unique:  true
    Derived:  false
    Transient:  false
    Volatile:  false

errorLog  -  * No description is available *
    Reference Type: LogFile @
    Containment:  true
    Container:  false
    Required:  true
    Changeable:  true
    Unsettable:  false
    Many:  false
    Ordered:  true
    Lower bound:  1
    Upper bound:  1
    Unique:  true
    Derived:  false
    Transient:  false
    Volatile:  false

accessLog  -  * No description is available *
    Reference Type: LogFile @
    Containment:  true
    Container:  false
    Required:  true
    Changeable:  true
    Unsettable:  false
    Many:  false
    Ordered:  true
    Lower bound:  1
    Upper bound:  1
    Unique:  true
    Derived:  false
    Transient:  false
    Volatile:  false

frcaLog  -  * No description is available *
    Reference Type: LogFile @
    Containment:  true
    Container:  false
    Required:  true
    Changeable:  true
    Unsettable:  false
    Many:  false
    Ordered:  true
    Lower bound:  1
    Upper bound:  1
    Unique:  true
    Derived:  false
    Transient:  false
    Volatile:  false



(C) COPYRIGHT International Business Machines Corp. 1996-2006