Hi, After my previous posts concerning Java: Log4j Concepts and Explanations and Java: Log4j in practice, I would expose a solution to overwrite the file path on runtime. Libraries needed
After my post concerning presentation of Queue/BlockingQueue, I would continue with a post about the Queue implementation: java.util.concurrent.ConcurrentLinkedQueue. This implementation of Queue (NOT BlockingQueue) is thread-safe queue which stores and
A simple post concerning a very good class org.apache.commons.lang3.StringEscapeUtils in the library commons-lang3-3.1.jar of Apache Commons Lang for the manipulation of java core classes. From the official Apache documentation: The