You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Java example to watch live 2/n log files using threads
5
+
6
+
## Getting Started
7
+
8
+
The project, done in Java 8 using IntelliJ 2019.3 and Maven, simply shows examples of using org.apache.commons.io for log watch **only for reference**:
9
+
The logs files in this example are in /logs.
10
+
11
+
This example shows very simply how to watch at two live log files in threads and show their update (together) in the console.
0 commit comments