-
Good Morning/Afternoon (Pending Location!) I was trying to mimic the function and line number formatting in the logging library here: https://stackoverflow.com/questions/10973362/python-logging-function-name-file-name-line-number-using-a-single-file Is this functionality apart of the logging module? I did not see it in the documentation. Here is my logger that works:
And here my attempt that breaks:
Thanks! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
That's not supported i'm afraid. |
Beta Was this translation helpful? Give feedback.
That's not supported i'm afraid.
The anvil-extras logger is very minimal, it doesn't know which function it is contained within when the logging happens.