Here you can find the source of setOutputFile(String filename)
public static void setOutputFile(String filename)
//package com.java2s; //License from project: Open Source License public class Main { public static void setOutputFile(String filename) { System.setProperty("org.slf4j.simpleLogger.logFile", filename); }/*from ww w.j a v a 2s.c o m*/ }