HtmlLogger

class mtf.test_utilities.new_hil_plotting.utils.HtmlLogger

Protocol for an HTML logger.

This protocol defines a single class method ‘write’ which should be implemented by any class that adheres to it.

classmethod write(path: str) None
__init__(*args, **kwargs)