зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1275744 - Reference MOZ_LOG in windows widget comments. r=erahm
NSPR_LOG_MODULES is deprecated. MozReview-Commit-ID: GbK7Qctk44 --HG-- extra : rebase_source : f689e53703107a81182e386e7d93cbab60d6837c
This commit is contained in:
Родитель
2d78dbf106
Коммит
8afeefb1d2
|
@ -20,25 +20,25 @@
|
||||||
#define VERIFY(exp) (exp)
|
#define VERIFY(exp) (exp)
|
||||||
#endif // !_DEBUG
|
#endif // !_DEBUG
|
||||||
|
|
||||||
// NSPR Win32 modules:
|
// Win32 logging modules:
|
||||||
// nsWindow, nsSound, and nsClipboard
|
// nsWindow, nsSound, and nsClipboard
|
||||||
//
|
//
|
||||||
// Logging can be changed at runtime without recompiling in the General
|
// Logging can be changed at runtime without recompiling in the General
|
||||||
// property page of Visual Studio under the "Environment" property.
|
// property page of Visual Studio under the "Environment" property.
|
||||||
//
|
//
|
||||||
// Two variables are of importance to be set:
|
// Two variables are of importance to be set:
|
||||||
// NSPR_LOG_MODULES and NSPR_LOG_FILE
|
// MOZ_LOG and MOZ_LOG_FILE
|
||||||
//
|
//
|
||||||
// NSPR_LOG_MODULES:
|
// MOZ_LOG:
|
||||||
// NSPR_LOG_MODULES=all:5 (To log everything completely)
|
// MOZ_LOG=all:5 (To log everything completely)
|
||||||
// NSPR_LOG_MODULES=nsWindow:5,nsSound:5,nsClipboard:5
|
// MOZ_LOG=nsWindow:5,nsSound:5,nsClipboard:5
|
||||||
// (To log windows widget stuff)
|
// (To log windows widget stuff)
|
||||||
// NSPR_LOG_MODULES= (To turn off logging)
|
// MOZ_LOG= (To turn off logging)
|
||||||
//
|
//
|
||||||
// NSPR_LOG_FILE:
|
// MOZ_LOG_FILE:
|
||||||
// NSPR_LOG_FILE=C:\nsprlog.txt (To a file on disk)
|
// MOZ_LOG_FILE=C:\log.txt (To a file on disk)
|
||||||
// NSPR_LOG_FILE=WinDebug (To the debug window)
|
// MOZ_LOG_FILE=WinDebug (To the debug window)
|
||||||
// NSPR_LOG_FILE= (To stdout/stderr)
|
// MOZ_LOG_FILE= (To stdout/stderr)
|
||||||
|
|
||||||
#endif // NSDEFS_H
|
#endif // NSDEFS_H
|
||||||
|
|
||||||
|
|
Загрузка…
Ссылка в новой задаче