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 …
tinylog Archives...
tinylog – Rolling File Writer Tutorial
What is rolling file adaptor for tinylog? The rolling file writer or adaptor is a tinylog's writer which writes logs to rolling files. It keeps rotating files and you will have latest log files as …