Hi,
I am quite new to lisp, so hopefully my question is not too "dumb". ;-)
I'm curious if it is possible to dynamically set the log level when
creating a sender like:
(defun init-logging (log-level)
(log5:defoutput human-time (human-time))
(log5:start-sender *my-logger*
(log5:stream-sender :location *standard-output*)
:category-spec log-level
:output-spec (log5:category human-time log5:message log5:context)))
I know, that it does not work like that, but is there another way than
using configure-from-file?
Thanks in advanced for your help.
Stefan