Ticket #1210 (closed task: fixed)
Opened 2012-06-12T10:53:28-05:00
Last modified 2012-06-16T01:30:02-05:00
Change static Log class to LogService
Reported by: | curtis | Owned by: | curtis |
---|---|---|---|
Priority: | minor | Milestone: |
|
Component: | Core | Version: | |
Severity: | minor | Keywords: | |
Cc: | Blocked By: | ||
Blocking: | #1209 |
Description
The logging mechanism should use the ImageJ service architecture with a new service called LogService. This will give us more control over how logging is done, at the expense of making it slightly more annoying to obtain a handle on the LogService in some cases.
Change History
comment:1 Changed 2012-06-16T01:30:02-05:00 by curtis
- Status changed from new to closed
- Resolution set to fixed
LogService has been added in 28ad17b8. However, the old Log class still remains (deprecated) until ImageJ contexts are completely ubiquitous and all uses of Log are translated to LogService.