"%h %l %u %t \"%r\" %>s %b"
where:
Here's an example of a CLF log entry:
192.168.2.3 - johndoe [25/Oct/2005:11:44:40 PDT] "GET /jetspeed/DatabaseBrowserTest HTTP/1.1" 200 -
The PortletStatistics interface overloads the %r field of the CLF format, depending on the type of information being logged:
LOG TYPE FORMAT OF %r FIELD -------------- ---------------------------- Portlet access "PORTLET@author David Sean Taylor @author Mark Orciuch @author Richard Klein @version $Id: $" Page access "PAGE " User logout "LOGOUT"
|
|
|
|
|
|
|
|
|
|