logLevel
By default this is.off, Syslog logging levels are supported.
logHttpRequest
This option allows you to choose whether or not to log Auth0.swift API requests. By default this isfalse.
loggerOutput
You can specify a logger output handler, by default this uses theprint statement.
loggerOutput has been set to use CleanroomLogger. This can typically be achieved by implementing the loggerOutput protocol. You can of course use your favorite logger library. Below is an example of usage handling logger output with CleanroomLogger.