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. originalLevelByLoggerStores 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 LoggerLevelKeyLogFeature. buildKey(LoggerLevel logger, org.junit.runners.model.FrameworkMethod method)Builds the logger key.
-