Variable: erc-debug-log-file

erc-debug-log-file is a variable defined in erc.el.gz.

Value

"/workspace/ERC.debug"

Documentation

Debug log file name.

Source Code

;; Defined in /usr/src/emacs/lisp/erc/erc.el.gz
;; Debugging support

;; FIXME if this variable plays some role, indicate that here.
;; Otherwise, deprecate.
(defvar erc-debug-log-file (expand-file-name "ERC.debug")
  "Debug log file name.")