Sublime Forum

API Suggestion Discussion: Builtin logging

#1

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__).

0 Likes

API Suggestions
#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

unlisted #3
0 Likes

#4

Split the discussion of API Suggestions from the main topic

0 Likes

#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