Application.RegisterLogCallbackThreadedstatic function RegisterLogCallbackThreaded (handler : Application.LogCallback) : voidDescriptionRegister a delegate to be called on log messages. The only difference between this function and RegisterLogCallback is that this function gets called from a different thread. Note: You should *only* use this function if you know what you are doing, else just use Application.RegisterLogCallback. See Also: Application.LogCallback, Application.RegisterLogCallback, LogType. |
