Application.RegisterLogCallbackThreaded Manual     Reference     Scripting  
Scripting > Runtime Classes > Application
Application.RegisterLogCallbackThreaded

static function RegisterLogCallbackThreaded (handler : Application.LogCallback) : 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.