Diagnostics Module
Provides a globally configurable sink for COM diagnostics so that callers can route low-level JV-Link traces to their own logging infrastructure.
Functions and values
| Function or value |
Description
|
Full Usage:
clear ()
Parameters:
unit
|
Clears the configured diagnostic sink so messages fall back to console output.
|
Full Usage:
register logger
Parameters:
string -> unit
|
Registers a diagnostic sink that will receive JV-Link messages.
|
Xanthos