Get name of service inside service
Hello,
I am looking for a way to get the name of services within the services themselves.
Like if I wanted to write the name of the service in the log like this: "logger.info("serviceName");
I found an old support article that seems quite similar to what I am looking for: https://www.ptc.com/en/support/article/CS219740
But it seems like this might not have been implemented?
Does anyone have any ideas? I know I could just write the name of the service manually, but I might have several services where the same log will be present, and it would have been sweet if I didn't have to manually write the names.

