I was thinking of writing some Python module (as a Package Control “dependency”) that interfaces the stdlib logging
module for centralized and easily configurable logging control (similar to this package) with package-specific log levels etc. API would be similar to the stdlib with logger = sublime_logging.getLogger(__name__)
.
API Suggestion Discussion: Builtin logging
FichteFoll
#1
0 Likes
API Suggestions
gerry
#2
I think you would be wasting your time writing a PC dependency. If there were proper dependency management I’d say go ahead, great, but then with package dependency management I think it would have been done already. I think it needs to be in the core.
0 Likes
gerry
#5
some more thoughts on this.
Vintageous writes logs to a file. I’ve never used those logs and probably never will.
By default, logs should not be written to file.
0 Likes