ewokscore.events.global_state#

Manage the EWOKS event logger which is a global object

Functions

add_handler(handler[, asynchronous])

Add a handler to the global EWOKS event logger.

cleanup()

Pending events will be dropped

remove_handler(handler)

Remove a handler from all loggers that receive EWOKS event.

send(*args[, handlers, asynchronous])

Log an EWOKS event with the EWOKS event handlers and the application handlers.