Add milliseconds to anvil_extras.logging.TimerLogger

Hello,

Is it possible to include milliseconds to the elapsed time logged by the TimerLogger? I assume it is, because in the documentation example the output includes milliseconds:
image

However, in my case it rounds it to seconds:
image

I am simply importing it and adding it as a decorator to my function.

Thanks,
Zaro