Hi
to view the logging generated by my programs via the browser I must be able to change the webserver port.
I used the following code but it doesn't work:
FHandlerBrowser := TTMSLoggerBrowserOutputHandler.Create(nil);
// FHandlerBrowser.Port := 18080;
TMSLogger.RegisterManagedOutputHandler(FHandlerBrowser);
FHandlerBrowser.Port := 18080;
FHandlerBrowser.Title := 'Logging: titolo'; // this work
debug( FHandlerBrowser.Port ); // return 18080
The browser only works on port 8888
Are you planning to complete the documentation? As it stands it is very lacking and even with examples it is incomplete.
Thanks in advance.