Closed Poofjunior closed 1 year ago
We need a way to record metadata-relevant events. One of the easiest ways of doing this is to record metadata-relevant messages to a separate logger.
This is now pushed into spim core as:
self.schema_log
From any class that inherits from Spim, you should be able to self.schema_log.info("my info string here.") just like calls to self.log.
Spim
self.schema_log.info("my info string here.")
self.log
We need a way to record metadata-relevant events. One of the easiest ways of doing this is to record metadata-relevant messages to a separate logger.