Uses of Class
org.nuxeo.runtime.test.runner.LoggerLevelKey
-
Packages that use LoggerLevelKey Package Description org.nuxeo.runtime.test.runner -
-
Uses of LoggerLevelKey in org.nuxeo.runtime.test.runner
Fields in org.nuxeo.runtime.test.runner with type parameters of type LoggerLevelKey Modifier and Type Field Description protected Map<LoggerLevelKey,org.apache.logging.log4j.Level>
LogFeature. originalLevelByLogger
Stores the original log level for a given logger name, which allows us to restore the level as defined before launching the tests.Methods in org.nuxeo.runtime.test.runner that return LoggerLevelKey Modifier and Type Method Description protected LoggerLevelKey
LogFeature. buildKey(LoggerLevel logger, org.junit.runners.model.FrameworkMethod method)
Builds the logger key.
-