String activeFileName = rolloverDescription.getActiveFileName();
boolean append = rolloverDescription.getAppend();
Action synchronous = rolloverDescription.getSynchronous();
final Action asynchronous = rolloverDescription.getAsynchronous();
Action newAsynchronous = new ActionBase() {
@Override
public boolean execute() throws IOException {
boolean success = true;
if (asynchronous != null) {