"false", "false", layout, null, "false", null, null);
final Thread t = Thread.currentThread();
app.start();
assertTrue("Appender did not start", app.isStarted());
for (int i=0; i < count; ++i) {
final LogEvent event = new Log4jLogEvent("TestLogger", null, FileAppenderTest.class.getName(), Level.INFO,
new SimpleMessage("Test"), null, null, null, name, null, System.currentTimeMillis());
try {
app.append(event);
t.sleep(25); // Give up control long enough for another thread/process to occasionally do something.
} catch (final Exception ex) {