Package org.hibernate.testing.logger
Class LogInspectionHelper
java.lang.Object
org.hibernate.testing.logger.LogInspectionHelper
Test helper to listen for logging events.
For this to work, it requires JBoss Logging to pick up our custom
implementation
Log4DelegatingLogger
via ServiceLoader.-
Method Summary
Modifier and TypeMethodDescriptionstatic void
clearAllListeners
(org.jboss.logging.BasicLogger log) static void
registerListener
(LogListener listener, org.jboss.logging.BasicLogger log)
-
Method Details
-
registerListener
-
clearAllListeners
public static void clearAllListeners(org.jboss.logging.BasicLogger log)
-