Uses of Interface
org.owasp.esapi.Logger
-
Packages that use Logger Package Description org.owasp.esapi The ESAPI interfaces andException
classes model the most important security functions to enterprise web applications.org.owasp.esapi.errors A set of exception classes designed to model the error conditions that frequently arise in enterprise web applications and web services.org.owasp.esapi.reference This package contains reference implementations of the ESAPI interfaces.org.owasp.esapi.reference.accesscontrol org.owasp.esapi.reference.accesscontrol.policyloader org.owasp.esapi.waf.rules This package contains all of the Rule subclasses that correspond to policy file entries. -
-
Uses of Logger in org.owasp.esapi
Methods in org.owasp.esapi that return Logger Modifier and Type Method Description static Logger
ESAPI. getLogger(java.lang.Class clazz)
static Logger
ESAPI. getLogger(java.lang.String moduleName)
Logger
LogFactory. getLogger(java.lang.Class clazz)
Gets the logger associated with the specified class.Logger
LogFactory. getLogger(java.lang.String moduleName)
Gets the logger associated with the specified module name.static Logger
ESAPI. log()
Methods in org.owasp.esapi with parameters of type Logger Modifier and Type Method Description void
HTTPUtilities. logHTTPRequest(javax.servlet.http.HttpServletRequest request, Logger logger)
Format the Source IP address, URL, URL parameters, and all form parameters into a string suitable for the log file.void
HTTPUtilities. logHTTPRequest(javax.servlet.http.HttpServletRequest request, Logger logger, java.util.List parameterNamesToObfuscate)
Format the Source IP address, URL, URL parameters, and all form parameters into a string suitable for the log file. -
Uses of Logger in org.owasp.esapi.errors
Fields in org.owasp.esapi.errors declared as Logger Modifier and Type Field Description protected Logger
EnterpriseSecurityException. logger
The logger.protected Logger
EnterpriseSecurityRuntimeException. logger
The logger.protected Logger
IntrusionException. logger
The logger. -
Uses of Logger in org.owasp.esapi.reference
Classes in org.owasp.esapi.reference that implement Logger Modifier and Type Class Description class
Log4JLogger
Reference implementation of the Logger interface.Fields in org.owasp.esapi.reference declared as Logger Modifier and Type Field Description protected Logger
DefaultAccessController. logger
Methods in org.owasp.esapi.reference that return Logger Modifier and Type Method Description Logger
JavaLogFactory. getLogger(java.lang.Class clazz)
Gets the logger associated with the specified class.Logger
JavaLogFactory. getLogger(java.lang.String moduleName)
Gets the logger associated with the specified module name.Logger
Log4JLogFactory. getLogger(java.lang.Class clazz)
Gets the logger associated with the specified class.Logger
Log4JLogFactory. getLogger(java.lang.String moduleName)
Gets the logger associated with the specified module name.Methods in org.owasp.esapi.reference with parameters of type Logger Modifier and Type Method Description void
DefaultHTTPUtilities. logHTTPRequest(javax.servlet.http.HttpServletRequest request, Logger logger)
Format the Source IP address, URL, URL parameters, and all form parameters into a string suitable for the log file.void
DefaultHTTPUtilities. logHTTPRequest(javax.servlet.http.HttpServletRequest request, Logger logger, java.util.List parameterNamesToObfuscate)
Formats an HTTP request into a log suitable string. -
Uses of Logger in org.owasp.esapi.reference.accesscontrol
Fields in org.owasp.esapi.reference.accesscontrol declared as Logger Modifier and Type Field Description protected Logger
ExperimentalAccessController. logger
-
Uses of Logger in org.owasp.esapi.reference.accesscontrol.policyloader
Fields in org.owasp.esapi.reference.accesscontrol.policyloader declared as Logger Modifier and Type Field Description protected Logger
ACRPolicyFileLoader. logger
-
Uses of Logger in org.owasp.esapi.waf.rules
Fields in org.owasp.esapi.waf.rules declared as Logger Modifier and Type Field Description protected static Logger
Rule. logger
-