Please note, this is a STATIC archive of website developer.mozilla.org from 03 Nov 2016, cach3.com does not collect or store any user information, there is no "phishing" involved.

nsIEditorLogging

Please add a summary to this article.
Inherits from: nsISupports Last changed in Gecko 1.7

Method overview

void startLogging(in nsIFile aLogFile);
void stopLogging();

Methods

startLogging()

Start logging.

void startLogging(
  in nsIFile aLogFile
);
Parameters
aLogFile
The file to which the log should be written.

stopLogging()

Stop logging.

void stopLogging();
Parameters

None.

Document Tags and Contributors

 Contributors to this page: Sheppy, trevorh
 Last updated by: Sheppy,