Log Channel Activity

This channel hook logs every time it is called and can be used to explore how Awasu interacts with channel hooks.

Channel hooks can be attached to a channel from the Advanced page in the Channel Properties dialog.

Configuring the channel hook

Configuring the LogChannelActivity channel hook parameters Simply specify a log file and whether you want config files to be dumped. Turning this on will log a copy of the INI file Awasu passes in (as a command-line parameter) each time the channel hook is called, and is useful for determining what information is sent through for each type of event.

The hook will log activity for all events by default, but this can be changed by editing the .HOOK file so that it only registers for events that you are interested in.

Hint
This channel hook is written in Python and so requires the Python interpreter to be installed.