Package | Description |
---|---|
org.spf4j.test.log |
spf4j test log backend for slf4j.
|
Modifier and Type | Interface and Description |
---|---|
interface |
LogAssert |
interface |
LogCollection<T> |
Modifier and Type | Method and Description |
---|---|
HandlerRegistration |
TestLoggers.ignore(String category,
Level from,
Level to)
all logs from category and specified levels will be ignored...
|
HandlerRegistration |
TestLoggers.intercept(String category,
LogHandler handler)
Ability to intercept log messages logged under a category
|
HandlerRegistration |
TestLoggers.interceptAllLevels(String category,
AllLevelsLogHandler handler)
Convenience method for functional use.
|
Copyright © 2018 SPF4J. All rights reserved.