com.nesscomputing.httpserver.log.file
Class FileRequestLogConfig

java.lang.Object
  extended by com.nesscomputing.httpserver.log.file.FileRequestLogConfig

public abstract class FileRequestLogConfig
extends Object


Field Summary
static String REQUEST_LOG_FIELDS_DEFAULT
           
 
Constructor Summary
FileRequestLogConfig()
           
 
Method Summary
 Set<String> getBlacklist()
           
 String getFileName()
           
 List<String> getLogFields()
           
 boolean isEnabled()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

REQUEST_LOG_FIELDS_DEFAULT

public static final String REQUEST_LOG_FIELDS_DEFAULT
See Also:
Constant Field Values
Constructor Detail

FileRequestLogConfig

public FileRequestLogConfig()
Method Detail

getBlacklist

public Set<String> getBlacklist()

isEnabled

public boolean isEnabled()

getFileName

public String getFileName()

getLogFields

public List<String> getLogFields()


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