https://github.com/elek/timestamperagent
Simple java agent which prefix the standard output with the curren time
https://github.com/elek/timestamperagent
Last synced: 12 months ago
JSON representation
Simple java agent which prefix the standard output with the curren time
- Host: GitHub
- URL: https://github.com/elek/timestamperagent
- Owner: elek
- Created: 2011-09-13T20:32:28.000Z (over 14 years ago)
- Default Branch: master
- Last Pushed: 2013-07-09T13:24:32.000Z (almost 13 years ago)
- Last Synced: 2025-04-06T04:44:49.715Z (about 1 year ago)
- Language: Java
- Homepage:
- Size: 105 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Simple javaagent which prefix the standard input and output with the current date.
Usage:
java ... -javaagent:/path/timestamperagent.jar ....
With maven:
export MAVEN_OPTS="-javaagent:/home/.../timestamperagent.jar"
example output:
mvn install
2011.09.13 22:17:49.121 [INFO] Scanning for projects...
2011.09.13 22:17:49.336 [WARNING]
2011.09.13 22:17:49.336 [WARNING] Some problems were encountered while building the effective model for net.anzix:nona:war:1.0-SNAPSHOT
2011.09.13 22:17:49.337 [WARNING] 'reporting.plugins.plugin.version' for org.apache.maven.plugins:maven-checkstyle-plugin is missing. @ line 295, column 21
2011.09.13 22:17:49.337 [WARNING]
2011.09.13 22:17:49.337 [WARNING] It is highly recommended to fix these problems because they threaten the stability of your build.
2011.09.13 22:17:49.338 [WARNING]
2011.09.13 22:17:49.338 [WARNING] For this reason, future Maven versions might no longer support building such malformed projects.
2011.09.13 22:17:49.338 [WARNING]
....