414243444546474849
public int exec(String command) throws IOException { return exec( command, new LoggingOutputStream(LOG, Level.DEBUG), new LoggingOutputStream(LOG, Level.ERROR) ); }