Is there any conversion character which would help to log the sequence number of the message in the log file ?

For example, my code looks something like,

logger.log ("Aloha");
logger.log ("Hello There");

I want the output in the log file as

1 Aloha
2 Hello There

Thanks in advance for your help.



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to