BEA WebLogic Server 9.0 Domain Configuration Schema Reference

http://www.bea.com/ns/weblogic/90/domain
complexType web-server-logType

Super Types
{http://www.bea.com/ns/weblogic/90/domain}web-server-logType (extension)

Documentation
Corresponds to WebServerLogMBean
Properties
This component is not nillable.

Model
<...>
(logging-enabled?, elf-fields, log-file-format, log-time-in-gmt? )
</...>


Nested Element Summary
 elf-fields
          Returns the list of fields specified for the extended logging format for access. 
 log-file-format
          The format of the HTTP log file. 
xs:booleanlogging-enabled
          Indicates whether this server logs HTTP requests. 
xs:booleanlog-time-in-gmt
          Specifies whether the time stamps for HTTP log messages are in Greenwich Mean Time (GMT) regardless of the local time zone that the host computer specifies. 
Source
<xs:complexType name="web-server-logType">
<xs:complexContent>
<xs:extension base="dom:log-fileType">
<xs:sequence>
<xs:element minOccurs="0" name="logging-enabled" nillable="false" type="xs:boolean">
</xs:element>
<xs:element minOccurs="0" name="elf-fields" nillable="true">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:minLength value="1"/>
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element minOccurs="0" name="log-file-format" nillable="true">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:enumeration value="common"/>
<xs:enumeration value="extended"/>
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element minOccurs="0" name="log-time-in-gmt" nillable="false" type="xs:boolean">
</xs:element>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>

BEA WebLogic Server 9.0 Domain Configuration Schema Reference

Copyright 2005 BEA Systems Inc. Complete WebLogic Server Documentation