### How to do this 1. Create a function in [`client/util/logging-helpers.js`](https://github.com/SCE-Development/SCE-RPC/blob/287a61c4e89ecbd8e9eb4562fe7a5c1b22a9f80a/client/util/logging-helpers.js#L29) called `addPrintLog` to send 2D print activity to the microservice. 1. Call on `addPrintLog` in the 2D print file in `client/api`, similar to [`client/api/LedSign.js`](https://github.com/SCE-Development/SCE-RPC/blob/287a61c4e89ecbd8e9eb4562fe7a5c1b22a9f80a/client/api/LedSign.js#L31) 1. Add mocking of the `addPrintLog` function to the 2D printer tests, a good example to follow would be [`test/client/LedSign.js`](https://github.com/SCE-Development/SCE-RPC/blob/287a61c4e89ecbd8e9eb4562fe7a5c1b22a9f80a/test/client/LedSign.js#L67).
How to do this
client/util/logging-helpers.jscalledaddPrintLogto send 2D print activity to the microservice.addPrintLogin the 2D print file inclient/api, similar toclient/api/LedSign.jsaddPrintLogfunction to the 2D printer tests, a good example to follow would betest/client/LedSign.js.