@Retention(value=RUNTIME) @Target(value=METHOD) @Repeatable(value=PrintLogsConfigs.class) public @interface PrintLogs
System properties:
Property files: spf4j-test-prtcfg.properties or spf4j-test-prtcfg-ide.properties for ide settings:
[category(package) name]=[LOG_LEVEL](,[greedy])?
org.spf4j.test.log.annotations
public abstract String category
public abstract boolean greedy
public abstract Level minLevel
public abstract Level ideMinLevel
Copyright © 2021 SPF4J. All rights reserved.