Is that an intentional change? can we disable it or at least change its format?
LogToFile puts timestamp on each line now
You can disable it with the Boolean in the method you are using. It will be changing again though to make that a separate option most likely.
thanks I looked it up, it was not documented here.
protected void LogToFile(string filename, string text, Plugin plugin, bool timeStamp = true)