Application.RegisterLogCallbackThreaded
static function RegisterLogCallbackThreaded(handler: LogCallback): void;
static void RegisterLogCallbackThreaded(LogCallback handler);
static def RegisterLogCallbackThreaded(handler as LogCallback) as void
Description

Register 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.