- 171bd26 Delete unused MacOS code related to ERRCTX_OSSTATUS by Niels Möller · 6 years ago
- f4e085a Using absl traits for checks and logging. by Sebastian Jansson · 6 years ago
- b113862 Allow log print of data units. by Sebastian Jansson · 6 years ago
- 10c5a93 Relanding #128202 Adding support for enum class in RTC_CHECK and RTC_LOG. by Amit Hilbuch · 6 years ago
- ae88f39 Revert "Adding support for enum class in RTC_CHECK and RTC_LOG." by Steve Anton · 6 years ago
- 6b6f537 Adding support for enum class in RTC_CHECK and RTC_LOG. by Amit Hilbuch · 6 years ago
- dc71420 Remove deprecated code from logging. by Mirko Bonadei · 6 years ago
- 10542f2 (4) Rename files to snake_case: update BUILD.gn, include paths, header guards, and DEPS entries by Steve Anton · 6 years ago
- 25aefd3 Delete log severity LS_SENSITIVE by Niels Möller · 6 years ago
- 388e4e9 Make RTC_LOG_FILE_LINE use its parameters by Jonas Olsson · 6 years ago
- 3ea1878 Add severity into RTC logging callbacks by Jiawei Ou · 6 years ago
- 99a70a2 Remove rtc_base_approved_objc and introduce rtc_base:logging_mac. by Mirko Bonadei · 6 years ago
- 2e00abc Reland "[cleanup] Remove useless includes." by Yves Gerey · 6 years ago
- 96a0f61 Revert "[cleanup] Remove useless includes." by Oleh Prypin · 6 years ago
- be8b534 [cleanup] Remove useless includes. by Yves Gerey · 6 years ago
- 941a07c Remove all remaining non-test uses of std::stringstream. by Jonas Olsson · 6 years ago
- f2ce37c Add support for logging absl::string_view. by Jonas Olsson · 6 years ago
- d8c5078 Reland "Consolidate loggability checks and replace streams." by Jonas Olsson · 6 years ago
- 8a7916b Add a LOG macro with customizable file name and line number. by Jonas Olsson · 6 years ago
- 46d65e2 Revert "Consolidate loggability checks and replace streams." by Jonas Olsson · 6 years ago
- 4092cd6 Consolidate loggability checks and replace streams. by Jonas Olsson · 6 years ago
- f1e3cb4 Add OnLogMessage(msg, sev, tag) to logsinks by Paulina Hensman · 7 years ago
- 665174f Reformat the WebRTC code base by Yves Gerey · 7 years ago
- 5abd78b Revert "Reland "Injectable logging"" by Alex Glaznev · 7 years ago
- cefc465 RTC_LOG_* macros: Implement argument passing with a single variadic call by Karl Wiberg · 7 years ago
- 65ec0fc Delete unneeded includes of basictypes.h. by Niels Möller · 7 years ago
- 21219a0e Reland "Injectable logging" by Paulina Hensman · 7 years ago
- 4f81038 Revert "Injectable logging" by Alex Glaznev · 7 years ago
- 59216ec Injectable logging by Paulina Hensman · 7 years ago
- 1ffb374 RTC_LOG(): Internally, pass logging severity as template argument by Karl Wiberg · 7 years ago
- ee10ea8 RTC_LOG(): Internally, pass logging severity as template argument by Karl Wiberg · 7 years ago
- ab4f1c1 Be more clever when passing default arguments in log statements by Karl Wiberg · 7 years ago
- e51a0a8 Re-Reland "Some cleanup for the logging code:"" by Tommi · 7 years ago
- fef0500 Adding a new string utility class: SimpleStringBuilder. by Tommi · 7 years ago
- d81aac4 Revert "Reland "Some cleanup for the logging code:"" by Zhi Huang · 7 years ago
- 12dc184 Reland "Some cleanup for the logging code:" by Tommi · 7 years ago
- 278aa42 Revert "Some cleanup for the logging code:" by Philip Eliasson · 7 years ago
- 9ecdcdf Some cleanup for the logging code: by Tommi · 7 years ago
- 2b6f135 Un-inline LogMessage::Loggable by Jonas Olsson · 7 years ago
- 45cc890 Assorted logging pedantry by Jonas Olsson · 7 years ago
- 24ea822 Remove logging in audio/* from release builds. by Jonas Olsson · 7 years ago
- 86b893c Delete declaration of LogMultilineState and LogMultiline. by Niels Möller · 7 years ago
- 895d4cf Delete unused class LoggingAdapter. by Niels Möller · 7 years ago
- a8005cf Fix circular dependencies between optional, array_view, and rtc_base. by Patrik Höglund · 7 years ago
- d37709b Revert "Fix circular dependencies between optional, array_view, and rtc_base." by Patrik Höglund · 7 years ago
- a9e0924 Fix circular dependencies between optional, array_view, and rtc_base. by Patrik Höglund · 7 years ago
- b3d7cac Reland "Reland "Implement RTC_DLOG macro and use in a few places to test."" by Fredrik Solenberg · 7 years ago
- c296255 Revert "Reland "Implement RTC_DLOG macro and use in a few places to test."" by Patrik Höglund · 7 years ago
- d6fc82f Reland "Implement RTC_DLOG macro and use in a few places to test." by Fredrik Solenberg · 7 years ago
- 6dfb5a8 Revert "Implement RTC_DLOG macro and use in a few places to test." by Fredrik Solenberg · 7 years ago
- b18e868 Implement RTC_DLOG macro and use in a few places to test. by Fredrik Solenberg · 7 years ago
- 1a87a8f Removing backward compatible LOG macros. by Mirko Bonadei · 7 years ago
- 8ed8e56 Adding RTC_ prefixed LOG macros. by Mirko Bonadei · 7 years ago
- 92ea95e Fixing WebRTC after moving from src/webrtc to src/ by Mirko Bonadei · 7 years ago
- bb54720 Moving src/webrtc into src/. by Mirko Bonadei · 7 years ago[Renamed from webrtc/rtc_base/logging.h]
- e96c45b Reland "Update includes for webrtc/{base => rtc_base} rename (3/3)" by kjellander · 8 years ago
- 0072511 Revert "Update includes for webrtc/{base => rtc_base} rename (3/3)" by Henrik Kjellander · 8 years ago
- f1c5ebf Update includes for webrtc/{base => rtc_base} rename (3/3) by kjellander · 8 years ago
- c036276 Reland "Move webrtc/{base => rtc_base}" (https://codereview.webrtc.org/2877023002) by Henrik Kjellander · 8 years ago[Renamed (98%) from webrtc/base/logging.h]
- ec78f1c Revert "Move webrtc/{base => rtc_base}" (https://codereview.webrtc.org/2877023002) by Henrik Kjellander · 8 years ago
- 6776518 Move webrtc/{base => rtc_base} by Henrik Kjellander · 8 years ago
- 37f5ecf Replace NULL with nullptr or null in webrtc/base/. by deadbeef · 8 years ago
- 77eab70 Enable the -Wundef warning for clang by kwiberg · 8 years ago
- e38e4f6 IWYU: errno.h in base/logging.h by mostynb · 9 years ago
- 82d7862 Change default timestamp to 64 bits in all webrtc directories. by Honghai Zhang · 9 years ago
- 09ca02e Replace use of GetMacOSStatusErrorString (deprecated) with use of NSOSStatusErrorDomain. by Tommi · 9 years ago
- b252856 Remove all uses of the HAVE_CONFIG_H define. by Henrik Kjellander · 9 years ago
- a41ab93 Switch usage of _DEBUG macro to NDEBUG. by tfarina · 9 years ago
- 225789d Move logging CriticalSection into implementation. by Peter Boström · 9 years ago
- 0c4e06b Use suffixed {uint,int}{8,16,32,64}_t types. by Peter Boström · 9 years ago
- 3c089d7 Add RTC_ prefix to contructormagic macros. by henrikg · 9 years ago
- ebed24d Do not print C++ line numbers for Java logging. by Alex Glaznev · 9 years ago
- 66f0da2 Log to webrtc logging stream from java code. by jiayl · 9 years ago
- 88703d7 Disable base/logging.h stderr logs by default for webrtc/ tests. by andrew · 9 years ago
- 00aac5a Some cleanup for base/logging and base/stream.h by Tommi · 10 years ago
- 0eefb4d Detach base/logging.* from base/stream.*. by Tommi · 10 years ago
- ae0f0ee Cleanup: Remove DISALLOW_EVIL_CONSTRUCTORS macro. by Thiago Farina · 10 years ago
- 92a9bac Rebase webrtc/base with r6682 version of talk/base: by henrike@webrtc.org · 11 years ago
- f048872 Adds a modified copy of talk/base to webrtc/base. It is the first step in by henrike@webrtc.org · 11 years ago
- e9a604a Revert 6107 "Adds a modified copy of talk/base to webrtc/base. I..." by perkj@webrtc.org · 11 years ago
- 2c7d1b3 Adds a modified copy of talk/base to webrtc/base. It is the first step in migrating talk/base to webrtc/base. by henrike@webrtc.org · 11 years ago