Oracle Fusion Middleware
Java API Reference for Oracle WebLogic Server
12c (12.1.2)

Part Number E27170-01

weblogic.servlet.logging
Interface CustomELFLogger

All Superinterfaces:
LogField

public interface CustomELFLogger
extends LogField

This is an interface which allows customers to add custom information to the ExtendedLogFormat. They will be responsible for implementing logField(HttpAccountingInfo metrics) method. ELF allows users to specify fields to be logged with each http request. One of these #Fields is an application specific field in the form of x-SOMEFIELDNAME WLS expects a fully qualified classname as the argument for this field and attempts to instantiate an instance of this class. Customers are responsible for following formatting guidlines of the specification. For example if they use one class to return two fields then they need to delimit them via a tab See: http://www.w3.org/TR/WD-logfile-960221.html for the specification Also they should use caution as this API provides them the opportunity to do anthying they want basically and they should not do something that will inordinantly SLOW the system down. Like looking something up in the DMBS, or doing signigicant IO or Networking


Field Summary
 
Fields inherited from interface weblogic.servlet.logging.LogField
APPLICATION_PFX, BYTES_ID, CLIENT_PFX, CLIENT_SERVER_PFX, COMMENT_ID, DATE_ID, DNS_ID, ECID_ID, IP_ID, METHOD_ID, RID_ID, SERVER_CLIENT_PFX, SERVER_PFX, STATUS_ID, TIME_ID, TIME_TAKEN_ID, UNKNOWN_ID, UNKNOWN_PFX, URI_ID, URI_QUERY_ID, URI_STEM_ID
 
Method Summary
 
Methods inherited from interface weblogic.servlet.logging.LogField
logField
 


Copyright 1996, 2013, Oracle and/or its affiliates. All rights reserved. Oracle is a registered trademark of Oracle Corporation and/or its affiliates. Other names may be trademarks of their respective owners.

Oracle Fusion Middleware
Java API Reference for Oracle WebLogic Server
12c (12.1.2)

Part Number E27170-01