I want log the wow network latency in to a file ,like c:/wowlatency.txt
now ,I can use some lua stript to log it into wow's chat log file.but I want log it to my own log file .can do this ?
|
I want log the wow network latency in to a file ,like c:/wowlatency.txt now ,I can use some lua stript to log it into wow's chat log file.but I want log it to my own log file .can do this ? | |||||||
feedback
|
|
If you already have the infrastructure in place to monitor the latency (ie. calling GetNetStats every 30 seconds), you can use Lua's built in File I/O facilities to open the desired log file:
| |||||||||
feedback
|