Télécharger la liste

Description du projet

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.

Système requise

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2010-12-27 21:21
0.15

Cette version inclut les mises à jour Makefile, mises à jour de la documentation, des corrections de bugs plus petits, et nettoyage de code.
Tags: Minor bugfixes, Code cleanup
This release includes Makefile updates, documentation updates, smaller bug fixes, and code cleanups.

2009-08-27 06:56
0.14

Cette version corrige deux bugs qui ont causé des données modifiées pour être enregistré dans certaines circonstances.
Tags: Bugfixes
This release fixes two bugs that caused modified data to be logged in certain circumstances.

2009-06-28 15:26
0.13

Le processus de construction a été remaniée et quelques bugs ont été corrigés.
Tags: Code cleanup
The build process has been reworked and a few bugs have been fixed.

2009-05-03 15:43
0.12

Cette version corrige une erreur de segmentation qui se sont produites lorsque la variable d'environnement TERM n'est pas définie. Manutention supplémentaires de codes d'état retournés par les commandes exécutées a été ajoutée.
Tags: Minor bugfixes
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.

2009-02-19 10:00
0.11

Cette version ajoute le support des expressions régulières étendues. L'analyse des paramètres de ligne de commande a été retravaillé.
Tags: Minor feature enhancements
This release adds support for extended regular expressions. The command line parameter parsing has been reworked.

Project Resources