Hi,
I want to log some information into a file and it works fine but it keeps writing on the same line in the loggingfile. The "\n" doesn't work for some reason. How can I solve this problem?
Here is the code:
MonitorLogging.logInformation("Connection to QueueManager "+QMgrName+" succeeded" +"\n"
;
Thanx
Outliner
I want to log some information into a file and it works fine but it keeps writing on the same line in the loggingfile. The "\n" doesn't work for some reason. How can I solve this problem?
Here is the code:
MonitorLogging.logInformation("Connection to QueueManager "+QMgrName+" succeeded" +"\n"
Thanx
Outliner