As per description for adding logging to cisco ,IOS,PIX you need to do the following.
Cisco switches, routers, IOS, PIX:
SSH or telnet to your device
config terminal
logging timestamp
logging IP_OF_ASG inside tcp/10441
logging trap 7
logging on
However, command logging IP_OF_ASG inside tcp/10441 is not valid
Thanks