<div dir="ltr">That looks like one of my changes. While refactoring the channels (I am done with that now btw), I deleted some unused categories, mostly in the "posix" channel, but this I deleted this one as well..  I didn't call that out explicitly during review, as it seemed easy to add back those that turn out to be needed.<div><br></div><div>sorry about the troubles,</div><div>pl</div></div><div class="gmail_extra"><br><div class="gmail_quote">On 4 April 2017 at 00:22, Jim Ingham via lldb-dev <span dir="ltr"><<a href="mailto:lldb-dev@lists.llvm.org" target="_blank">lldb-dev@lists.llvm.org</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">BTW, Jason noticed that somebody had deleted the LIBLLDB_LOG_TEMPORARY log channel.<br>
<br>
Since it looks like one of those things that there's no use for, it's easy to think deleting it is a good cleanup.  But it's actually quite useful as a way to quickly tailor-make a particular set of logs.  Some of the logs (the expression log in particular) are pretty chatty and you just want a subset, and sometimes you want to pick just a few messages from several logs.  You can easily do that by just switching the log channel from whatever log it was to LIBLLDB_LOG_TEMPORARY, and then do "log enable lldb temp".  Then before you check in your code, you can just go revert all the instances of LLDB_LOG_TEMPORARY and you've left the original state untouched.<br>
<br>
Jim<br>
<br>
______________________________<wbr>_________________<br>
lldb-dev mailing list<br>
<a href="mailto:lldb-dev@lists.llvm.org">lldb-dev@lists.llvm.org</a><br>
<a href="http://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-dev" rel="noreferrer" target="_blank">http://lists.llvm.org/cgi-bin/<wbr>mailman/listinfo/lldb-dev</a><br>
</blockquote></div><br></div>