ucd-cws / arcpy_metadata

Python metadata editing classes for ArcGIS feature classes
93 stars 34 forks source link

Convert to using logging instead of simple custom logging code #24

Closed nickrsan closed 7 years ago

nickrsan commented 8 years ago

We can do a two step conversion to using logging - first, we can add a logging configuration using the logging module and convert logwrite and logwarning to use the logger, then we can actually comb the code for calls and remove those old loggers.