08/05/15 00:02:20 rvxvndyl0
>>456
参考:URLリンク(www.mozilla.org)
こんなのもあった
Logging level
The 5 in the first variable above specifies the level of logging you want - a lower number reduces the amount of information that is logged to the file.
The numbers are supposed to have the following meaning:
PR_LOG_NONE = 0, /* nothing */
PR_LOG_ALWAYS = 1, /* always printed */
PR_LOG_ERROR = 2, /* error messages */
PR_LOG_WARNING = 3, /* warning messages */
PR_LOG_DEBUG = 4, /* debug messages */
On all platforms, the log is written over every time you re-launch any application which uses mozilla components.