summaryrefslogtreecommitdiffstats
path: root/base/logging_test.cpp
Commit message (Expand)AuthorAgeFilesLines
* Add Start/Stop/Reset to CapturedStdFd.Christopher Ferris2018-09-041-91/+98
* Add StdioLogger for command-line tools.Elliott Hughes2018-05-231-4/+22
* Base: Add default tag manipulationAndreas Gampe2018-03-061-3/+26
* Fix / suppress new unused warnings for mingw+clangDan Willemsen2017-11-291-0/+2
* base: support logging before enter main function.Yabin Cui2017-01-251-0/+4
* Move CapturedStderr to test_util libraryWei Wang2016-10-221-36/+0
* Base: Hand complete log message to aborterAndreas Gampe2016-10-041-0/+24
* Base: Remove LOG_S variants.Andreas Gampe2016-09-241-353/+113
* Base: Check severity in destructorAndreas Gampe2016-09-231-28/+90
* Base: Add more log macrosAndreas Gampe2016-09-221-14/+426
* Base: Fix dangling-else in CHECK_STROPAndreas Gampe2016-09-131-0/+22
* Base: Add AbortFunction for loggingAndreas Gampe2016-09-081-0/+20
* Base: Add INTERNAL_FATAL to logging severityAndreas Gampe2016-09-071-1/+23
* Clean up the libbase logging test.Elliott Hughes2016-09-071-124/+148
* Base: Fix logging_testAndreas Gampe2016-09-071-1/+6
* Track rename of base/ to android-base/.Elliott Hughes2015-12-041-4/+4
* Fix lseek argument order.Elliott Hughes2015-10-201-7/+7
* base logging: fix errno restoring, severity conditionality, dangling ifsSpencer Low2015-09-211-4/+94
* Fix the Mac libbase build.Elliott Hughes2015-08-131-0/+2
* libbase: logging fixesSpencer Low2015-08-131-8/+8
* Write mkdirs in more idiomatic C++ style.Alex Vallée2015-07-301-1/+1
* Support base::logging on Windows.Dan Albert2015-04-291-0/+18
* Support arbitrary loggers.Dan Albert2015-04-031-4/+4
* Add google3 style logging to libbase.Dan Albert2015-03-201-0/+171