Variable: semanticdb-find-log-flag

semanticdb-find-log-flag is a variable defined in db-find.el.gz.

Value

nil

Documentation

Non-nil means log the process of searches.

Source Code

;; Defined in /usr/src/emacs/lisp/cedet/semantic/db-find.el.gz
;;; Search Logging
;;
;; Basic logging to see what the search routines are doing.
(defvar semanticdb-find-log-flag nil
  "Non-nil means log the process of searches.")