@Retention(value=RUNTIME) @Target(value=METHOD) public @interface CollectLogs
org.spf4j.test.log.annotations
Modifier and Type | Optional Element and Description |
---|---|
boolean |
collectPrinted
Collect logs that have been printed(logged).
|
String[] |
excludeLogs
logs to exclude from collection.
|
String |
includeLogs
logs to include from collection.
|
Level |
minLevel
The minimum level of logs to collect.
|
int |
nrLogs
Maximum number of logs to collect.
|
public abstract Level minLevel
public abstract boolean collectPrinted
public abstract String includeLogs
public abstract String[] excludeLogs
Copyright © 2021 SPF4J. All rights reserved.