SeiictyUsui / pydicom

Automatically exported from code.google.com/p/pydicom
0 stars 0 forks source link

Add logging #12

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Use python logging module to:
  * record the attributes as they are read or written
  * capture assumptions -- e.g. with no header found
  * capture any warnings about dicom non-compliance
  * capture detailed information for exceptions

Original issue reported on code.google.com by darcymason@gmail.com on 23 Sep 2008 at 9:25

GoogleCodeExporter commented 9 years ago
Added logger to __init__.py and dicom.debug(DebugOn) function to easily turn on 
or
off debug-level logging. Logging used throughout filereader now.

Need to sprinkle logging statements throughout all the modules.

Original comment by darcymason@gmail.com on 24 Sep 2008 at 4:31

GoogleCodeExporter commented 9 years ago
Decided to close this issue for now, now demonstrated need for more logging.

Original comment by darcymason@gmail.com on 12 Jun 2009 at 3:19