Projects / Logapp

Logapp

Logapp is a wrapper utility that helps supervise the execution of applications that produce heavy console output (e.g. make, CVS, and Subversion). It does this by logging, trimming, and coloring each line of the output before displaying it. It can be called instead of the executable that should be monitored; it then starts the application and logs all of its console output to a file. The output shown in the terminal is preprocessed, e.g. to limit the length of printed lines and to show the stderr output in a different color. It is also possible to automatically highlight lines that match a certain regular expression. The output is therefore reduced to the necessary amount, and all important lines are easy to identify.

Tags
Licenses
Operating Systems
Implementation

RSS Recent releases

  •  27 Dec 2010 12:21

Release Notes: This release includes Makefile updates, documentation updates, smaller bug fixes, and code cleanups.

  •  26 Aug 2009 21:56

Release Notes: This release fixes two bugs that caused modified data to be logged in certain circumstances.

  •  28 Jun 2009 06:26

Release Notes: The build process has been reworked and a few bugs have been fixed.

  •  03 May 2009 06:43

Release Notes: This release fixes a segfault which occurred when the TERM environment variable is not set. Additional handling of status codes returned by executed commands has been added.

  •  19 Feb 2009 01:00

Release Notes: This release adds support for extended regular expressions. The command line parameter parsing has been reworked.

Screenshot

Project Spotlight

OpenBSD Network Shell

A Cisco-like command line interface for OpenBSD routers.

Screenshot

Project Spotlight

ToPIA

A persistence and application distribution framework.