On Mar 31, 2011, at 2:30 PM, Simon Slavin wrote: > Instead, is there any way for a script to write a line to the opensim.log > file ? Perhaps by talking to a DEBUG channel ?
At least it would be trivial to add such a func, osDebug or whatever. I guess such a debug channel thing could be easily added too, if it's not there. BTW if you'd need to track e.g. all the avatars, is also simple to do this in a region module (also doable in python so you don't need to compile c# for that necessarily). Can just make one function that saves the positions of all AVs. But I guess for a single / a few avs works also to add the LSL. > Simon. ~Toni _______________________________________________ Opensim-users mailing list [email protected] https://lists.berlios.de/mailman/listinfo/opensim-users
