use of org.apache.zookeeper.test.LoggerTestTool in project zookeeper by apache.
the class StandaloneServerAuditTest method setup.
@BeforeAll
public static void setup() {
System.setProperty(ZKAuditProvider.AUDIT_ENABLE, "true");
LoggerTestTool loggerTestTool = new LoggerTestTool(Slf4jAuditLogger.class);
os = loggerTestTool.getOutputStream();
}
Aggregations