How to extend log messages?
Ref: https://crawlee.dev/api/core/class/Logger
I found this to set the
skipTime optionbut it doesn't seem to work. I got
Uncaught TypeError TypeError: Cannot read properties of undefined (reading 'log')My code:
be extended by custom logger classes.
this._log() method must be implemented by them.

