aboutsummaryrefslogtreecommitdiffstats
path: root/main/src/cgeo/geocaching/utils/Log.java
Commit message (Expand)AuthorAgeFilesLines
* Remove empty JavaDoc @param and @returnSamuel Tardieu2015-02-101-1/+0
* Add thread information in debug messagesSamuel Tardieu2015-01-011-11/+15
* Add missing serialVersionUID field on exceptionSamuel Tardieu2014-07-241-1/+3
* Add a method to dump the stacktrace while issuing a debug messageSamuel Tardieu2014-07-241-0/+15
* Use Apache commons IOUtils rather than our ownSamuel Tardieu2013-09-151-0/+1
* findbugs cleanup: default encodingBananeweizen2013-08-281-2/+5
* refactoring: fix findbugs issuesBananeweizen2013-08-181-7/+11
* Implements #750, use preference activitykoem2013-07-091-3/+3
* #1348: use buffered ioBananeweizen2013-05-111-2/+5
* Do not hardcode "/sdcard/" to make lint happySamuel Tardieu2013-01-191-1/+3
* New facility for logging large textual data while developingSamuel Tardieu2013-01-191-0/+32
* refactoring: javadocBananeweizen2012-05-241-0/+8
* make Log independent of SettingsStephan Merker2012-04-201-7/+16
* Fix: Android 1.6 doesn't have Log.wtf(), remove itSamuel Tardieu2012-04-151-20/+12
* refactoring: remove the logging tag from settingsBananeweizen2012-04-121-13/+13
* remove debug code from dfbdd962599a6034bba9945d92dbf0ba90580580Bananeweizen2012-04-121-0/+1
* Proxy all logs through cgeo.geocaching.utils.LogSamuel Tardieu2012-03-311-0/+67