org.apache.log4j.util
Class RelativeTimeFilter

java.lang.Object
  extended by org.apache.log4j.util.RelativeTimeFilter
All Implemented Interfaces:
Filter

public class RelativeTimeFilter
extends java.lang.Object
implements Filter


Field Summary
 
Fields inherited from interface org.apache.log4j.util.Filter
ABSOLUTE_DATE_AND_TIME_PAT, ABSOLUTE_TIME_PAT, BASIC_PAT, ISO8601_PAT, RELATIVE_TIME_PAT
 
Constructor Summary
RelativeTimeFilter()
           
 
Method Summary
 java.lang.String filter(java.lang.String in)
          This filter transforms the input string and returns the results as output.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RelativeTimeFilter

public RelativeTimeFilter()
Method Detail

filter

public java.lang.String filter(java.lang.String in)
Description copied from interface: Filter
This filter transforms the input string and returns the results as output. If the input should be ignored, this method returns null.

Specified by:
filter in interface Filter


Copyright © 2010 The Apache Software Foundation. Licensed under the Apache License, Version 2.0

Apache Extras Companion for Apache log4j, Apache log4j and Apache are trademarks of the Apache Software Foundation.