Uses of Class
com.github.valfirst.slf4jtest.TestLogger
-
Packages that use TestLogger Package Description com.github.valfirst.slf4jtest -
-
Uses of TestLogger in com.github.valfirst.slf4jtest
Methods in com.github.valfirst.slf4jtest that return TestLogger Modifier and Type Method Description TestLoggerLoggingEvent. getCreatingLogger()TestLoggerTestLoggerFactory. getLogger(Class<?> aClass)TestLoggerTestLoggerFactory. getLogger(String name)static TestLoggerTestLoggerFactory. getTestLogger(Class<?> aClass)static TestLoggerTestLoggerFactory. getTestLogger(String name)Methods in com.github.valfirst.slf4jtest that return types with arguments of type TestLogger Modifier and Type Method Description com.google.common.collect.ImmutableMap<String,TestLogger>TestLoggerFactory. getAllLoggers()static Map<String,TestLogger>TestLoggerFactory. getAllTestLoggers()Methods in com.github.valfirst.slf4jtest with parameters of type TestLogger Modifier and Type Method Description static TestLoggerAssertAssertions. assertThat(TestLogger testLogger)Constructors in com.github.valfirst.slf4jtest with parameters of type TestLogger Constructor Description LevelAssert(TestLogger logger, Level level)TestLoggerAssert(TestLogger testLogger)
-