Some questions about the log file and print function

 
I'm wondering if there is a way to adjust the behavior of the print and log files to do the following
1- Avoid writing the header when the EA starts (e.g., 15:53:16 trend-stats-v1.2 inputs: timeframe=1; EMA=100; etc....)
2- Avoid having to print the usual starter at each line (e.g., 15:53:16 2006.08. 13 23:01 trend-stats-v1.2 EURUSD,M1: ...)
3- Make the print function simply print directly without a line carriage. In otherwords, just print from the cursor position of the last printed character, don't start a new line.

I know MQL4 is not meant to be like any other programming language, but such features will be great if they existed.

Thanks for your help!

i_me
 
hi gays.I open real trade account,before I create own my expert,and was trying with DEMO account,with that some broker,expert is working... I can't put my expert from demo to real account.Thanks.Sorry my mistakes.
 

No, but with text utilities you can reformat the log as you see fit.

grep, sed, and awk, come to mind.