Uses of Interface
org.owasp.esapi.LogFactory
-
Packages that use LogFactory Package Description org.owasp.esapi.reference This package contains reference implementations of the ESAPI interfaces. -
-
Uses of LogFactory in org.owasp.esapi.reference
Classes in org.owasp.esapi.reference that implement LogFactory Modifier and Type Class Description class
JavaLogFactory
Reference implementation of the LogFactory and Logger interfaces.class
Log4JLogFactory
Reference implementation of the LogFactory interface.Methods in org.owasp.esapi.reference that return LogFactory Modifier and Type Method Description static LogFactory
JavaLogFactory. getInstance()
static LogFactory
Log4JLogFactory. getInstance()
-