aboutsummaryrefslogtreecommitdiff
path: root/src/processor/logging.h
Commit message (Expand)AuthorAgeFilesLines
* fix pointer style to match the style guideMike Frysinger2020-07-151-8/+8
* Remove base_logging::LogMessageMark Mentovai2019-07-121-13/+1
* Conditionally define BPLOG_LAZY_STREAMJoshua Peraza2018-11-271-0/+2
* Conditionally define BPLOG_IFJoshua Peraza2018-10-121-0/+2
* Add SEVERITY_CRITICAL to logging, that would help to suppress logs from the f...Max Moroz2018-05-291-1/+11
* Add support for configuring the minimum log level at compile timemark@chromium.org2013-11-051-3/+14
* These are prerequisites needed for a wider effort inside Google to enablemark@chromium.org2013-04-031-1/+13
* Use stdint types everywhereted.mielczarek@gmail.com2013-03-061-2/+2
* This change allows compiling the google-breakpad code using a global ::string...ivan.penkov@gmail.com2012-06-281-4/+5
* Make some parts of the processor compile on Win32/MSVCted.mielczarek2011-01-111-0/+9
* Allow building with -pedantic (#186). r=ted.mielczarekmmentovai2007-05-311-1/+1
* Provide for logging initialization routines (#179). r=brynermmentovai2007-05-251-5/+18
* Add logging to minidump processor (#82). First part: logging infrastructuremmentovai2007-05-171-0/+140