Actions
Feature #169
closedAdd debug logging window
Start date:
10/15/2016
Due date:
% Done:
100%
Estimated time:
Description
Window will show program log.
Support persistence to allow logging program start-up (make sure it gets all the start-up messages)
Support run-time adjustment of log messages.
Save log to file
Maybe some detailed log adjustments? Probably not more than log level.
But might also want to do system logging as well as gurpsinittool namespace?
Updated by Damian Small about 9 years ago
- Related to Feature #170: Implement logging using java.util.logging added
Updated by Damian Small about 9 years ago
- Target version changed from 2.0.0 to 1.7.0
Updated by Damian Small almost 7 years ago
- Status changed from New to Closed
- Assignee set to Damian Small
- % Done changed from 0 to 100
Added DebugLog window, created at the very beginning to get all messages
Support selecting log level, and changing selection at any time
Can save log to file
Currently does not support global/system logging: just gurpsinittool.*
Actions