Skip to content

devpublik/logpile

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

#Logpile project

##Description

The purpose of this project is to have one for monitoring application. the api aggregate all errors from the application to one instance. This instance can do treatment on error reception. Example : create an unique console log.

This project is composed of two sub project :

  • the client : It's a small jar which provide appenders for log framework in java. The implementation is in client directory
  • the server : it's a tiny application which collects errors provided by the appenders. The implementation is in server directory

##Installation Instruction

The installation for the server is available in the server directory.

And the configuration of the appenders are in the client directory.

##How to build the project

  1. Install the jdk 1.7
  2. Install maven.
  3. Download or fork the project.
  4. Go to the root directory and execute the command : mvn clean install.

##Version

0.1.0 :

  • skeleton implementation of the server and the client.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published