summaryrefslogtreecommitdiffstats
path: root/base/logging.h
Commit message (Expand)AuthorAgeFilesLines
* Log an error in release builds when NOTREACHED is hit in ChromiumOS builds. ...zork@chromium.org2013-09-261-0/+5
* Define a LoggingSettings struct to use for InitLogging()akalin@chromium.org2013-06-211-30/+52
* allow unofficial builds with DCHECK and DLOG disabledmostynb@opera.com2013-06-211-2/+10
* Remving global statics from the headers, so we can split-link.cpu@chromium.org2013-05-211-2/+3
* If OFFICIAL_BUILD is set on any platform, omit DCHECKs in Release mode.jyasskin@chromium.org2013-05-171-5/+1
* Ensure that logging works in the GPU process when the --enable-logging and --...ananta@chromium.org2013-02-271-0/+5
* Fix compile breakage when using stream operators when NOTIMPLEMENTED_POLICY=5.miu@chromium.org2013-02-131-3/+5
* Only define ERROR on windows buildsjoth@chromium.org2013-01-101-0/+2
* Revert "Revert 147986 - [Android] Add remaining build/common.gypi changes fro...yfriedman@chromium.org2012-07-251-0/+4
* Revert 147986 - [Android] Add remaining build/common.gypi changes from downst...yfriedman@chromium.org2012-07-241-4/+0
* [Android] Add remaining build/common.gypi changes from downstream and strip N...yfriedman@chromium.org2012-07-231-0/+4
* Remove the rest of #pragma once in one big CL.ajwong@chromium.org2012-07-111-1/+0
* Make NOTIMPLEMENTED_POLICY=0 actually work.torne@chromium.org2012-01-301-1/+1
* Add OSSTATUS_LOG API.mark@chromium.org2012-01-271-1/+0
* Move operator<< for StringPiece into string_piece.{h,cc}akalin@chromium.org2012-01-201-11/+1
* Extract common code from StringPiece and StringPiece16 into a templated base ...erikwright@chromium.org2011-12-221-1/+2
* Revert "Extract common code from StringPiece and StringPiece16 into a templat...erikwright@chromium.org2011-12-131-2/+1
* Extract common code from StringPiece and StringPiece16 into a templated base ...erikwright@chromium.org2011-12-131-1/+2
* Don't delete g_vlog_infostevenjb@chromium.org2011-12-031-0/+4
* Make CHECK not print messages in official buildsakalin@chromium.org2011-12-021-27/+52
* Fix bug where DVLOGs are treated as DLOG(INFO)sakalin@chromium.org2011-10-251-1/+1
* base: Reenable external templates in logging.h when using component build.erg@chromium.org2011-10-241-6/+10
* Remove no longer needed android hack from logging.torne@chromium.org2011-10-111-5/+0
* Add a gyp flag to enable dcheck by default in release withoutnsylvain@chromium.org2011-09-201-1/+14
* Rename BASE_API to BASE_EXPORT.darin@chromium.org2011-08-051-26/+26
* Add COMPONENT_BUILD global define. darin@chromium.org2011-07-131-1/+1
* Revert "Add COMPONENT_BUILD global define. "yurys@chromium.org2011-07-131-1/+1
* Add COMPONENT_BUILD global define. darin@chromium.org2011-07-131-1/+1
* Upstream android debug and log related filesmichaelbai@google.com2011-07-071-0/+5
* Adding missing inclusionstzik@chromium.org2011-06-181-0/+1
* linux: components support for base/evan@chromium.org2011-04-291-2/+2
* Base: Fix the logging export api to fix release builds ofrvargas@google.com2011-04-261-1/+1
* Base: More adjustments to BASE_API and project dependencies torvargas@google.com2011-04-211-1/+1
* Base: A few more changes to build base.dllrvargas@google.com2011-04-011-2/+2
* Base: A few more files using BASE_API (for base.dll)rvargas@google.com2011-03-251-23/+25
* Lower logging for expected errors in process_util_mac.mmsail@chromium.org2011-03-061-0/+21
* [Logging] Remove unneeded CheckOpString struct for CHECKsakalin@chromium.org2011-02-081-17/+9
* Change UTF8ToUTF16 to accept const StringPiece&.suzhe@google.com2011-01-281-0/+9
* Made logging not look up --enable-dcheck from command lineakalin@chromium.org2011-01-111-7/+16
* Revert 70920 - Made logging not look up --enable-dcheck from command lineakalin@chromium.org2011-01-101-16/+7
* Made logging not look up --enable-dcheck from command lineakalin@chromium.org2011-01-101-7/+16
* Revert 70782 - Made logging not look up --enable-dcheck from command lineakalin@chromium.org2011-01-071-16/+7
* Made logging not look up --enable-dcheck from command lineakalin@chromium.org2011-01-071-7/+16
* Start sorting methods in class declarations.erg@google.com2011-01-071-5/+5
* Integrate ETW with VLOG logging.siggi@chromium.org2010-11-041-6/+26
* Fix the testing::LogDisabler for the change r64883. See http://codereview.chr...hansl@google.com2010-11-031-0/+2
* Fixed bug where CHECKs don't fire if min_log_level > FATALakalin@chromium.org2010-11-031-25/+26
* Removed unused (and broken) logging functions.akalin@chromium.org2010-11-011-80/+22
* Wrote a custom pattern matcher for vmodule.akalin@chromium.org2010-11-011-2/+2
* Fixed subtle difference in behavior between DCHECK and DCHECK_EQ et al.akalin@chromium.org2010-11-011-9/+15