org.apache.axis.handlers
Class LogHandler
public
class
LogHandler
extends BasicHandler
A simple Handler which logs the request and response messages to either
the console or a specified file (default "axis.log").
To use this, deploy it either in both the request and response flows
(global, service, or transport) or in just the response flow. If deployed
in both places, you'll also get an elapsed time indication, which can be
handy for debugging.
Author: Doug Davis (dug@us.ibm.com) Glen Daniels (gdaniels@apache.org)
protected static Log log
public void init()
Copyright B) 2005 Apache Web Services Project. All Rights Reserved.