Details
-
Type:
Story
-
Status: Done
-
Resolution: Done
-
Fix Version/s: None
-
Component/s: utils
-
Labels:
-
Story Points:1
-
Team:Architecture
-
Urgent?:No
Description
Currently people have to create TRACE loggers themselves with TRACEn+log.name. Provide a simple API for that in utils.logging.
Kian-Tat Lim can you please look at the change in utils to add getTraceLogger? It's a simple function that really just moves a line from another place to reuse it.
Ian Sullivan can you please look at ip_diffim and meas_extensions_gaap? It seems that ip_diffim is the only real user of TRACE loggers in python and then only really in one file.