Uses of Interface
org.owasp.esapi.logging.java.JavaLogBridge
-
Packages that use JavaLogBridge Package Description org.owasp.esapi.logging.java -
-
Uses of JavaLogBridge in org.owasp.esapi.logging.java
Classes in org.owasp.esapi.logging.java that implement JavaLogBridge Modifier and Type Class Description class
JavaLogBridgeImpl
Implementation which is intended to bridge the ESAPI Logging API into Java supported Object structures.Constructors in org.owasp.esapi.logging.java with parameters of type JavaLogBridge Constructor Description JavaLogger(java.util.logging.Logger JavaLogger, JavaLogBridge bridge, int defaultEsapiLevel)
Constructs a new instance.
-