mirror of
https://github.com/LukeHagar/log10go.git
synced 2025-12-06 12:37:49 +00:00
1.4 KiB
1.4 KiB
Stacktrace
Fields
| Field | Type | Required | Description |
|---|---|---|---|
File |
string | ✔️ | The file associated with this stacktrace. |
Line |
string | ✔️ | The line associated with this stacktrace. |
Lineno |
float64 | ✔️ | The line number associated with this stacktrace. |
Name |
string | ✔️ | The function or module associated with this stacktrace. |