setLogLevel()
The τ Recorder 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 myRecorder.setLogLevel(Level.debug);
Lorem ipsum ...