package dustin.examples; import java.util.logging.Logger; import static java.lang.System.out; public class FickleLogging { private static Logger LOGGER = Logger ...
My most common use of Groovy is for writing scripts. As such, I enjoy its characteristics that enable an improved script development experience, but I also notice features of Groovy that are less than ...