Memento Pattern in AtScript
In this example we will be talking about one of the behavioral pattern which is Memento. The memento pattern provides the ability to capture and externalize an object’s internal state...
Log4j Configuration
Here is the example of the most popular log mechanism of Java, Log4j. In this one, I create separate log files for each log level. With this configuration every log...