LogToFile() i cant find anything in the docs about this function, is there a reson to this or do i look the wrong place ?
My question is, is it posible to remove the date from the file, so only one log file exist for a plugin, and not a new file every day ?
Regards
Make logs ?
i know the syntax LogToFile("customFilename", $"this is log with {info} in it.", this); but does it takes more args or can i do something to change date on filename ?
complete arg list is:
void LogToFile(string filename, string text, Plugin plugin, bool timeStamp = true)
timeStamp to false will remove timestamp from file name and you can put a custom date with filename arg
Thx mate !
Where do you know that from ? i cant find any docs on it ?
Use a program like dnspy or ilspy to decompile the Assembly-CSharp.dll in the Rust_Dedicated/Managed folder of a Rust server installation.