doublep / logview

Emacs mode for viewing log files
GNU General Public License v3.0
153 stars 18 forks source link

Add submode for standard Python logging module #33

Open xmacex opened 4 years ago

xmacex commented 4 years ago

The standard Python logging module produces something like this

WARNING:root:Watch out!

It is a Sisyphean task to try to include submodes for different logging solutions and situations (as hinted in the README), but maybe some popular ones would be nice little contributions to this nice Emacs package?

doublep commented 4 years ago

It would be nice if you created another pull request with the required changes for this issue. I hope I will not forget about it this time.