Difference between revisions of "2014 Winter Project Week:Logging"
From NAMIC Wiki
Line 23: | Line 23: | ||
<div style="width: 27%; float: left; padding-right: 3%;"> | <div style="width: 27%; float: left; padding-right: 3%;"> | ||
<h3>Approach, Plan</h3> | <h3>Approach, Plan</h3> | ||
− | * | + | * Discuss unifying debug, warning and error logging over Qt and VTK based files |
+ | * Discuss back porting the message logger class to CTK | ||
+ | * Discuss UI features from a developer and user point of view | ||
+ | * Implement agreed upon changes | ||
</div> | </div> | ||
Line 30: | Line 33: | ||
* | * | ||
</div> | </div> | ||
+ | |||
== Reference == | == Reference == | ||
* [http://slicer-devel.65872.n3.nabble.com/Use-proper-null-pointer-checking-instead-of-assert-tp4030168p4030569.html Slicer developers mailings list correspondence] | * [http://slicer-devel.65872.n3.nabble.com/Use-proper-null-pointer-checking-instead-of-assert-tp4030168p4030569.html Slicer developers mailings list correspondence] | ||
*[https://github.com/naucoin/Slicer/compare/3526-use-checking-instead-of-assert Github topic branch removing asserts and using qCritical and vtkErrorMacros] | *[https://github.com/naucoin/Slicer/compare/3526-use-checking-instead-of-assert Github topic branch removing asserts and using qCritical and vtkErrorMacros] |
Revision as of 19:21, 24 December 2013
Home < 2014 Winter Project Week:LoggingScreenshot from SlicerRT 0.12
Key Investigators
- BWH: Nicole Aucoin
- Isomics: Steve Pieper
- Kitware: Jean-Cristophe Fillion-Robin
- Queen's: Csaba Pinter, Andras Lasso
Project Description
Approach, Plan
- Discuss unifying debug, warning and error logging over Qt and VTK based files
- Discuss back porting the message logger class to CTK
- Discuss UI features from a developer and user point of view
- Implement agreed upon changes