Tool to monitor log files from your Java applications as they fill.
The latest version is 1.7.2. Here's what's new.
Splitlog helps you make some sense out of continually developing files, such as application log files. Think of it as tail
and grep
combined, plus much more. And, of course, it is open source software.
Splitlog is a Maven-based project, licensed under the Apache Software License 2.0. To use it in your Maven projects, you simply need to use the following dependency:
<dependency>
<groupId>com.github.triceo.splitlog</groupId>
<artifactId>splitlog-core</artifactId>
<version>1.7.2</version>
</dependency>
Look for the artifacts in the Maven Central repository.
Alternately, you can download the uber-JAR to bundle in your applications directly.
Splitlog documentation is available here. We also provide Javadocs and source code cross-reference.
At the moment, there is no user forum for Splitlog. Bugs can be filed through Github and we welcome any pull requests. And don't worry about your code so much — if you break it, the the machines will tell you.