org.esa.beam.framework.processor
Class RequestLogger
java.lang.Object
org.esa.beam.framework.processor.RequestLogger
public class RequestLogger
- extends Object
The request logger logs the content of a request to any one of the logging sinks attached to this object.
|
Constructor Summary |
RequestLogger()
Constructs the object with default parameters. |
|
Method Summary |
void |
logRequest(Request request)
Logs the content of a request to the logging sinks attached |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RequestLogger
public RequestLogger()
- Constructs the object with default parameters.
logRequest
public void logRequest(Request request)
- Logs the content of a request to the logging sinks attached
- Parameters:
request - the request to be logged
Copyright © 2002-2012 Brockmann Consult GmbH. All Rights Reserved.