The EventDispatcher pattern writes a record to the Log
file every time the Dispatcher has been called. These records will have the Log Type
Dispatcher started and they will identify the Event Handler
function to be called by the incoming request.
The EventDispatcher
pattern has the InitializeEventTypes
function scoped under it.