mirror of
https://github.com/LukeHagar/log10py.git
synced 2025-12-06 04:20:12 +00:00
1.4 KiB
1.4 KiB
Stacktrace
Fields
| Field | Type | Required | Description |
|---|---|---|---|
file |
str | ✔️ | The file associated with this stacktrace. |
line |
str | ✔️ | The line associated with this stacktrace. |
lineno |
float | ✔️ | The line number associated with this stacktrace. |
name |
str | ✔️ | The function or module associated with this stacktrace. |