blish-hud / Pathing

[Module] The official pathing module which adds marker and trail support to Blish HUD.
https://blishhud.com/docs/markers/
MIT License
13 stars 10 forks source link

Need more logging on pack load #41

Open dlamkins opened 2 years ago

dlamkins commented 2 years ago

The previous markers & paths module included a lot more log entries.

We don't necessarily need to be quite as verbose, but we should consider indicating:

dlamkins commented 2 years ago

Specific details when there are parsing failures have been requested (ex. file names / line numbers). This all occurs within TmfLib, so a generic logger will need to be passed along or the errors will need to be provided in the response from its API.

The prior seems more appropriate.