[Lldb-commits] [lldb] [lldb] Add TeeLogHandler to log to 2 handlers (PR #90984)

Adrian Prantl via lldb-commits lldb-commits at lists.llvm.org
Fri May 3 10:54:33 PDT 2024


================
@@ -112,6 +112,22 @@ class RotatingLogHandler : public LogHandler {
   static char ID;
 };
 
+class TeeLogHandler : public LogHandler {
----------------
adrian-prantl wrote:

Doxygen comment?

https://github.com/llvm/llvm-project/pull/90984


More information about the lldb-commits mailing list