Posted on 1st June 2020|16 views
How to append a log message to a file
Posted on 7th September 2025| views
To append a log message to file through the following code:
f, err1 := os1.OpenFile(“text1.log”, os1.0_Append | os1.0_WRONGLY,0644)