I have a symfony 3.2 project and want to log to a configurable directory. This directory is configured as a registry key in the Windows Registry (I cannot change that).
So I have built a service that reads the log path from the registry key, and now want to log to that path. This service does not need a logger, of course :-)
How can I do that?