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.