/** Returns the layout of this appender. The value may be null. */
 public Layout getLayout() {
   return appender.getLayout();
 }