I need to log to a file say a.txt the following values:
current date,current time,string,string
For the path of a.txt, i need to read from a file called info.properties which has a lot of parameters and their values in the following format:
Status = on
Path = here is the path of the a.txt
Now...