Ticket #462 (closed task: fixed)
Opened 2010-01-13T10:38:44-06:00
Last modified 2010-07-13T17:00:41-05:00
Review logging infrastructure
Reported by: | melissa | Owned by: | melissa |
---|---|---|---|
Priority: | critical | Milestone: |
|
Component: | bio-formats | Severity: | serious |
Keywords: | cleanup | Cc: | |
Blocked By: | Blocking: |
Description
Primary classes to review are loci.common.Log and loci.common.LogTools, although loci.formats.Status* should probably be reviewed as well.
In particular, we should determine whether or not the existing logging infrastructure should be replaced by a third-party logging library, e.g. SLF4J.
Change History
comment:1 Changed 2010-01-28T14:57:25-06:00 by melissa
comment:2 Changed 2010-02-04T10:39:47-06:00 by melissa
- Status changed from new to closed
- Resolution set to fixed
See also r5852.
comment:3 Changed 2010-07-09T12:55:02-05:00 by melissa
- Milestone bio-formats-4.2 deleted
Milestone bio-formats-4.2 deleted
(In [5848]) Finished removing references to Log and LogTools; all components should compile now. See #462.