BEA WebLogic Server 9.0 Domain Configuration Schema Reference

http://www.bea.com/ns/weblogic/90/domain
element log-file-format

Super Types
{http://www.w3.org/2001/XMLSchema}string
|
+--{http://www.bea.com/ns/weblogic/90/domain} (restriction)

Documentation
The format of the HTTP log file. Both formats are defined by the
 W3C. With the extended log format, you use server
 directives in the log file to customize the information that the
 server records.

 


 Default: WebServerLogMBean.COMMON_LOG_FORMAT
Properties
This component is not nillable.

Model
<log-file-format>

</log-file-format>

Source
<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>

BEA WebLogic Server 9.0 Domain Configuration Schema Reference

Copyright 2005 BEA Systems Inc. Complete WebLogic Server Documentation