tinylog – Lightweight, Simplified logging framework for Java. HelloWorld tutorial and Logging Level details

What is tinylog? Tinylog is a lightweight and Simplified logging framework for so many JVM languages. It has static logger. No need to create any other logger instance per class. Like any other standard logging framework (log4j) it also supports 5 different logging levels. TRACE DEBUG INFO – Default WARNING ERROR Have your logging level … Continue reading tinylog – Lightweight, Simplified logging framework for Java. HelloWorld tutorial and Logging Level details