Subject: MatriX.vNext Logging
It seems that Matrix XMPP SDK has the following available to it:
I don't seem to find the equivalent in Matrix.vNext. I have been able to do the following that I think is getting all the received xml data:
Is it available and I can't find it? You know one of those I can't see the code thru all the statements, methods and classes.
Thanks,
SLDR
(Stephen L. De Rudder)
I don't seem to find the equivalent in Matrix.vNext. I have been able to do the following that I think is getting all the received xml data:
- x.XmppXElementStreamObserver.Subscribe(el => {
- Console.WriteLine("Xmpp:");
- Console.WriteLine(el.ToString());
- });
Is it available and I can't find it? You know one of those I can't see the code thru all the statements, methods and classes.
Thanks,
SLDR
(Stephen L. De Rudder)