I have blogged previously on using simple remote access of GlassFish via JMX. In this blog posting, I will look briefly at how jmx4r makes this very easy to do from JRuby. With the jmx4r gem ...
package dustin.examples; import java.util.logging.Logger; import static java.lang.System.out; public class FickleLogging { private static Logger LOGGER = Logger ...
All of us who do some programming know that logging is a time-tested way to output messages about the internal state of our code. With varying degrees of adjustable granularity, these messages allow ...
.NET Core provides a framework that logging systems can be snapped into. However, what's most important about this framework is how you write your messages out. It's the quality of the message that ...