Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
d3v4s authored Dec 1, 2019
1 parent fee21ca commit ab0be23
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@ Logger for Java

Jogger is a Java library to implements the logs on a application.

Download [~~releases~~](https://github.com/d3v4s/jogger/releases).
Download [releases](https://github.com/d3v4s/jogger/releases).
For more info read the [wiki](https://github.com/d3v4s/jogger/wiki).

## [Classes](https://github.com/d3v4s/jogger/wiki/Classes)

This library contains three Classes for managing logs:
* [**Jogger**](https://github.com/d3v4s/jogger/wiki/Class-Jogger), for simple and classic logs
* [**JoggerDebug**](https://github.com/d3v4s/jogger/wiki/Class-JoggerDebug), to implements a debug and log on application
* [**JoggerError**](https://github.com/d3v4s/jogger/wiki/Class-JoggerError), to log a Java Exception
This library contains three Classes for managing various logs:
* [**Jogger**](https://github.com/d3v4s/jogger/wiki/Class-Jogger), for basic logs
* [**JoggerDebug**](https://github.com/d3v4s/jogger/wiki/Class-JoggerDebug), to implements the debug logs on application
* [**JoggerError**](https://github.com/d3v4s/jogger/wiki/Class-JoggerError), to log the Java exceptions

0 comments on commit ab0be23

Please sign in to comment.