hi
i have an issue with the logging file, I am using FileHandler for putting all the logs in to a file. I want to add timestamp to the log file name.. now, i have seen the FileHandler constructor which seems useful to me,
but in this, I am unable to create the
pattern, if i add something randomly, the logger doesnt work, i.e. nothing is written to the logging file..
any ideas?