Function: makeSubsystemErrorReporter()
makeSubsystemErrorReporter(
subsystemName,operationName):ErrorReporter
During setup, subsystems should use this to create their own set of reporters. "Operation name" should be the name of the function.
Parameters
| Parameter | Type |
|---|---|
subsystemName | string |
operationName | string |