Open GoogleCodeExporter opened 9 years ago
[deleted comment]
I just noticed that the output example is wrong. It should be
import com.mycompany.MyLoggerFactory;
public class MyClass {
private static final MyLogger log = com.mycompany.MyLoggerFactory.getLogger(MyClass.class);
public static void doStuff() {
log.info("some stuff");
}
}
where MyLogger is the return type of getLogger.
Original comment by Robot.Ni...@gmail.com
on 27 May 2015 at 7:22
Original issue reported on code.google.com by
Robot.Ni...@gmail.com
on 1 May 2015 at 8:00