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