com.nesscomputing.httpserver.log.log4j
Class Log4jRequestLogConfig

java.lang.Object
  extended by com.nesscomputing.httpserver.log.log4j.Log4jRequestLogConfig

public abstract class Log4jRequestLogConfig
extends Object


Constructor Summary
Log4jRequestLogConfig()
           
 
Method Summary
 Set<String> getBlacklist()
           
 String getLogFields()
          Note that this does NOT support the : selector syntax as the main request log does, at least for now
 String getLoggerName()
           
 boolean isEnabled()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Log4jRequestLogConfig

public Log4jRequestLogConfig()
Method Detail

isEnabled

public boolean isEnabled()

getBlacklist

public Set<String> getBlacklist()

getLogFields

public String getLogFields()
Note that this does NOT support the : selector syntax as the main request log does, at least for now


getLoggerName

public String getLoggerName()


Copyright © 2012 Ness Computing, Inc.. All Rights Reserved.