mirror of
https://github.com/rabbibotton/clog.git
synced 2025-12-15 06:50:20 -08:00
Support for CLOG console
This commit is contained in:
parent
5574801192
commit
caf52fe44d
10 changed files with 127 additions and 30 deletions
|
|
@ -116,7 +116,7 @@
|
|||
(gethash event-id event-hash))))
|
||||
(when event
|
||||
(let* ((debug-hook (gethash "clog-debug" event-hash)))
|
||||
(if debug-hook
|
||||
(if (and debug-hook (not *disable-clog-debugging*))
|
||||
(funcall debug-hook event data)
|
||||
(funcall event data)))))
|
||||
(handler-case
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue