Is there a way to have a debug listener "listen in" on only one ASP.NET
session?

I'd like to selectively get debug output only from certain sessions, and
have each session's debug output go into a separate log. Is this possible
using the Debug object?

Any insights are appreciated.

Thanks.

--Jon