ironjan / MensaUPB

Oldest (and probably: most unmaintained) mensa app for the university of Paderborn.
http://ironjan.de/category/all/projects/mensaupb/
Apache License 2.0
4 stars 2 forks source link

Add viewable/sendable log #100

Open ironjan opened 9 years ago

ironjan commented 9 years ago

Based on #99 it would be nice if there was a viewable application log somewhere.

This log should contain the most important events:

ironjan commented 9 years ago

https://code.google.com/p/android-logging-log4j/ <- seems to be the solution.

Above code configures the log4j system with some default settings e.g.

  • file appender and LogCat appender
  • rotating logs and corresponding backup files and file sizes
  • default log output pattern

Perhaps com.noveogroup.android:android-logger would need to be replaced.

ironjan commented 9 years ago

It seems that the library mentioned above is not maintained anymore.