Feature request: log to "*Messages*" buffer
Hello,
thank you for sharing this package.
Would it be possible to log to "Messages" instead of a dedicated buffer? This would allow users to trace the initialization of Emacs.
Thanks for your attention.
EDIT: fixed markup.
Hi, @egarrulo I'll try it in my free time.
I've made log dumped to other area by PREFIX--log-enable-messaging at v0.3.0.
Check README
That solves the problem. Thanks.
It would be nice if it was also possible to log using (message) (not just into the *Messages* buffer). That way, logs would be visible when running without a UI (when running emacs -batch). Or is that already possible in some other way?