ericcornelissen / NervousFish

An app for your :iphone: to exchange public-keys in a secure manner.
GNU Lesser General Public License v3.0
2 stars 4 forks source link

Add a logger #38

Closed jverbraeken closed 7 years ago

jverbraeken commented 7 years ago

User story

As a developer I want to have logging facilities so that it's easier to track down bugs

What

This issue demands a way to log the state of the program

Why

This issue is needed for the project because it makes it easier to track down bugs.

How

This feature can be added by implementing a logger, for example SLF4J + a suitable logging framework

Definition of done

This task can be considered done when

Notes