/** @see StandardOutputCapture#start() */
 public DefaultStandardOutputCapture start() {
   globalState = StandardOutputLogging.getStateSnapshot();
   if (enabled) {
     StandardOutputLogging.on(level);
   } else {
     StandardOutputLogging.off();
   }
   return this;
 }