setLogLevel()
The τ Player API
setLogLevel()
- Dart API: setLogLevel().
Use this verb if you want to change dynamicaly the Log Level you are interested by.
This verb is seldom used : most of the time, the Log Level is specified in the constructor and does not have to be changed.
Example:
await myPlayer.setLogLevel(Level.debug);
Lorem ipsum ...