OpenUI Admin Log API
Return to Introduction  Previous page  Next page

The OpenUI Admin Log API is designed for modules to create easy entries in the OpenUI Admin Log, tracked automatically by the Admin User. It allows you to enhance the security of your module's use in the client's store(s).

This API is comprised of 3 functions:

·OUI_Log() -- This function is used to "open" or create the initial entry.  
·OUI_Log_Error() -- This function is used to "close" an already opened entry with an ERROR status.  
·OUI_Log_Result() -- This function is used to "close" an already opened entry with a COMPLETED status.  

The OpenUI Admin Log can be viewed in the Domain Settings screen, on the "Admin Log" tab. An example display is:

domnlogs

To avoid database bloating, the OpenUI Admin Log is automatically pruned when it contains more then 2048 records.


 


Send feedback on this documentation.
© 2004 - 2000 Darren Ehlers & OpenUI Developer Consortium