SourceCode.Logging Plug-in

The SourceCode.Logger Plug-in is a customized logger that plugs into K2 [blackpearl]'s logging architecture. This plug-in will listen for K2 [blackpearl] Server messages of a specified Severity type and alert specified users when a message is logged.

Friday, November 09, 2007 - Posts



I uploaded a simple logging plugin that listens for server error messages and sends an email when an error messages is received. I only added this file so you could see how to implement a custom logger. I will be modifying the code and adding additional Read More...