package org.webslinger.io;
public interface RollingWriterFactory {
RollingWriter getRollingWriter(String name);
}