For Java development, I use Slf4j and Logback.
Logger logger = LoggerFactory.getLogger(HelloWorld.class); logger.debug(\"Hello world.\");
How t
Look at this as well https://github.com/ptaoussanis/timbre . It looks very simple and nicely done.