Création d'un outil de lecture de log

- Ajout d'un exécutable permettant la lecture en continu d'un fichier
log avec support de la rotation des fichiers.
This commit is contained in:
2015-12-29 02:23:35 +01:00
commit 30bda04ae3
5 changed files with 266 additions and 0 deletions

17
.project Normal file
View File

@@ -0,0 +1,17 @@
<?xml version="1.0" encoding="UTF-8"?>
<projectDescription>
<name>LogViewer</name>
<comment></comment>
<projects>
</projects>
<buildSpec>
<buildCommand>
<name>org.eclipse.jdt.core.javabuilder</name>
<arguments>
</arguments>
</buildCommand>
</buildSpec>
<natures>
<nature>org.eclipse.jdt.core.javanature</nature>
</natures>
</projectDescription>