log4e
log4e copied to clipboard
Provide a logging framework for elisp
I'm trying to run the following code: ``` (log4e--logging " *log4e-alert*" nil "%t [%l] %m" "%H:%M:%S" normal nil t info "ETag stale for 1:1 Robert\\Sunny") ``` The string we're trying...
Key binding is CTRL+C. I think using a modifier (CTRL or Meta) is probably safer.
It would be nice to limit the number of lines of a log buffer. It doesn't seem to be possible right now.
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....
We want to use log4e as a logging framework in one of our packages. But we can't do so without log4e having a LICENSE. Can you please add a LICENSE...
Hello dood, Great work with this, just wanted to know if you can persist the log to a file, preferrably when Emacs closes. It would be nice to review the...
Hello Log4E team, As per the documentation, you can create a log as simple as: (log4e:deflogger "url" "%t [%l] %m" "%H:%M:%S" '((error . "error") (info . "info"))) (url--log-enable-logging) Later,I tried...
I want to log the output to standard error. Is that possible? Thanks!