jpdefrutos commited on
Commit
d5a3616
·
1 Parent(s): 2a2378d

Logger functionality

Browse files
DeepDeformationMapRegistration/utils/logger.py ADDED
@@ -0,0 +1,4 @@
 
 
 
 
 
1
+ import logging
2
+
3
+
4
+ LOGGER = logging.getLogger(__name__)