diff options
author | cpu@google.com <cpu@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-08-29 19:51:06 +0000 |
---|---|---|
committer | cpu@google.com <cpu@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-08-29 19:51:06 +0000 |
commit | bb5185c5f46fc6f37b4c89cdbaef77f967020855 (patch) | |
tree | 00ea61cf039fb6e3ce952096277e4eaf2b75d388 /chrome/common/chrome_switches.h | |
parent | 6956cd63fd86015d328a3dfb669a68f34c5e21fa (diff) | |
download | chromium_src-bb5185c5f46fc6f37b4c89cdbaef77f967020855.zip chromium_src-bb5185c5f46fc6f37b4c89cdbaef77f967020855.tar.gz chromium_src-bb5185c5f46fc6f37b4c89cdbaef77f967020855.tar.bz2 |
Adds a logging level command line switch
- Adds --log-level=n with n=0,1,2,3
- Increases the default logging level from INFO to WARNING there is way too much noise there.
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@1547 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/common/chrome_switches.h')
-rw-r--r-- | chrome/common/chrome_switches.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/chrome/common/chrome_switches.h b/chrome/common/chrome_switches.h index b76c17b..4ec96f4 100644 --- a/chrome/common/chrome_switches.h +++ b/chrome/common/chrome_switches.h @@ -48,8 +48,11 @@ extern const wchar_t kGeoID[]; extern const wchar_t kLang[]; extern const wchar_t kDebugChildren[]; extern const wchar_t kWaitForDebuggerChildren[]; + extern const wchar_t kLogFilterPrefix[]; extern const wchar_t kEnableLogging[]; +extern const wchar_t kLoggingLevel[]; + extern const wchar_t kDumpHistogramsOnExit[]; extern const wchar_t kDisableLogging[]; extern const wchar_t kRemoteShellPort[]; |