Legacy Documentation: Version 4.5.0

Script language:

  • JS
  • C#
  • Boo
Script language

Select your preferred scripting language. All code snippets will be displayed in this language.

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.