Opened 16 years ago
Closed 14 years ago
#524 closed enhancement (done)
Integrate General Logging Facility into HeuristicLab
Reported by: | epitzer | Owned by: | epitzer |
---|---|---|---|
Priority: | low | Milestone: | HeuristicLab 3.3.0 |
Component: | Tracing | Version: | 3.3.0 |
Keywords: | Cc: |
Description
For debugging purposes, especially of distributed code a general logging and/or tracing facility should be available.
- evaluate logging frameworks
- integrate into HL
- define policies
Change History (13)
comment:1 Changed 16 years ago by epitzer
- Component changed from General to Tracing
comment:2 Changed 16 years ago by epitzer
- Status changed from new to assigned
comment:3 Changed 16 years ago by epitzer
comment:4 Changed 16 years ago by epitzer
Test drive tracing plug-in in persistence plug-in. (r1469)
comment:5 Changed 16 years ago by epitzer
New default logging configuration includes AppDomain name, remove " AppDomain" from AppDomain names, and add pre-build event to Tracing plugin. (r1470)
comment:6 Changed 16 years ago by epitzer
comment:7 Changed 16 years ago by epitzer
Include exception information in log messages. (r1473)
comment:8 Changed 16 years ago by epitzer
Improved logging of persistence framework. (r1475)
comment:9 Changed 16 years ago by epitzer
Rename config property to adhere to coding conventions. (r1622)
comment:10 Changed 14 years ago by abeham
This ticket still targets HeuristicLab 3.2 with changes that are somewhat older. What do we do with ticket?
From my point of view it should be closed as obsolete. HeuristicLab.Tracing which was created in this ticket is already part of HeuristicLab 3.3. Any further improvements to the tracing and logging capabilities should go into new ticket(s).
If there are no further objections I will close this ticket in three days.
comment:11 Changed 14 years ago by epitzer
- Milestone changed from HeuristicLab x.x.x to HeuristicLab 3.3.0
- Status changed from assigned to accepted
comment:12 Changed 14 years ago by epitzer
- Status changed from accepted to readytorelease
comment:13 Changed 14 years ago by epitzer
- Resolution set to done
- Status changed from readytorelease to closed
- Version changed from 3.2 to 3.3.0
New simple tracing/logging plug-in (r1467)