Browser.search.log: Difference between revisions

From MozillaZine Knowledge Base
Jump to navigationJump to search
m (→‎Background: update link)
m (→‎True: update another link)
 
Line 6: Line 6:
==Possible values and their effects==
==Possible values and their effects==
===True===
===True===
Log debugging information about the search service to the [[JavaScript Console]] and <tt>stdout</tt>.
Log debugging information about the search service to the [http://developer.mozilla.org/en/docs/JavaScript_Console JavaScript Console] and <tt>stdout</tt>.
 
===False===
===False===
Do not log debugging information. (Default)
Do not log debugging information. (Default)

Latest revision as of 17:10, 7 May 2006

Background

Firefox 2.0 includes a new search service which optionally logs debugging information to the JavaScript Console and stdout. This preference controls whether logging is active.

Possible values and their effects

True

Log debugging information about the search service to the JavaScript Console and stdout.

False

Do not log debugging information. (Default)

First checked in

2006-03-16 by Gavin Sharp

Has an effect in

  • Mozilla Firefox (trunk builds after 2006-03-16; 2.0)

Related bugs

External links