PuffinPlot issue tracker

Bug: a88/ca2

ID : ca242461-734a-449e-ab99-e4ee432e0664
Short name : a88/ca2
Status : fixed
Severity : minor
Assigned :
Reporter : Pontus Lurcock <pont@talvi.net>
Creator : Pontus Lurcock <pont@talvi.net>
Created : Sat, 15 Aug 2009 04:16:57 +0000
Target : 1.0
Summary : Use logging [119]

Comment: --------- Comment ---------
ID: d401b11a-4454-4da6-b602-2f247bc33431
Short name: a88/ca2/d40
From: Pontus Lurcock <pont@talvi.net>
Date: Sat, 15 Aug 2009 04:16:57 +0000

This would be a boon for error reports. java.util.logging.MemoryHandler
can buffer messages in memory and they can be written out with other
error information.

Comment: --------- Comment ---------
ID: 5b7ab2b0-9ec7-476c-9d82-c6377fd1b106
Short name: a88/ca2/5b7
From: Pontus Lurcock <pont@talvi.net>
Date: Sat, 22 Aug 2009 23:44:40 +0000

Implemented as specified. Last hundred log messages appended to
crash report file. Of course, there are hardly any messages being logged
as yet, but these can be added gradually in the course of other
development and debugging.