Logging and Event Hooks

From Virtual Humans
Revision as of 17:05, 16 February 2019 by John.Glauert (talk | contribs) (Created page with "* '''CWASA.getLogger(logger, loggerlevel)''': Configure and receive a CWASA logger. * '''CWASA.addHook(typ fun, av)''': Install a hook function to be called on specific events...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
  • CWASA.getLogger(logger, loggerlevel): Configure and receive a CWASA logger.
  • CWASA.addHook(typ fun, av): Install a hook function to be called on specific events for specific avatars.
  • CWASA.callHookL(typ, msg, av): Post and event to be passed to appropriate hook functions.