34353637383940
private SomethingThatUsesLogging thing; private UsesLoggingAppender(String name, Filter filter, Layout<?> layout, boolean ignoreExceptions) { super(name, filter, layout, ignoreExceptions); thing = new SomethingThatUsesLogging(); }