Unity integration not compatible with ILogHandler

I use ILogHandler to have my own logging system, which color codes logs and other things. But because FMOD also outputs logs, this cases Unity to crash because it is calling the logging system from a thread. Ideally this should be fixed, but if not there needs to be a way to turn off FMOD logs.