Hi !!!
I want make the log in a html file.
For this, I´m trying:
First try:
TMSLogger.RegisterOutputHandler(TTMSLoggerHTMLOutputHandler.Create('C:\Clientes\TMSLoggintest\Win32\Debug\TMSLog.html'));
Second try:
TMSLogger.RegisterOutputHandlerClass(C:\Clientes\TMSLoggintest\Win32\Debug\TMSLog.html']);
There is no error in compillation, but when I´ll to register a log with the command:
"TMSLogger.Info('Test')" raises a error:
"Cannot create file
"C:\Clientes\TMSLoggintest\Win32\Debug"
But, if I execute this:
ShowMessage(TTMSLoggerHTMLOutputHandler(Handler).FileName), the file is there
Thanks.