@After
 public void clearHandler() {
   records.detach();
 }
 @Before
 public void installHandler() {
   records = LogCollector.attach(PrintSpecFormConfigurator.class, Level.FINE);
 }