Hi,
I am trying to write a logger program using a singletone class. I built a
class ,it works as given below..
InfoLog("Error .......");
or
InfoLog("Error" + "....");
But I trying to make this to work as below...
int ERROR_CODE;
InfoLog("Error .......",ERROR_CODE);
or
InfoLog("Error" , "....","...");
I mean it should work with different arguments.
Could you pl. suggest some ideas
Thanks,
Manoj
[Non-text portions of this message have been removed]
