Logs to a file. the output of the file logger is not meant to be read directly by a human.
(defclass file-log-appender (stream-log-appender) ((log-file :initarg :log-file :accessor log-file)) (:documentation "Logs to a file. the output of the file logger is not meant to be read directly by a human."))Source Context