6 votes

Event Viewer

Simple package that shows all events registered within Umbraco on the dahsboard - shows legacy ActionHandlers and the newer events. Useful for when troubleshooting performance and inheriting Umbraco sites from other developers.

**** Requires .net 3.5 ****

The package show the Assembly, DLL and method that forms the event in question.

Due to bugs in the package action handler you may need to manually add the user control to the dashboard.

The following goes in /config/dashboard.config

 <section>
    <areas>
      <area>developer</area>
    </areas>
    <tab caption="Events">
          <control>/usercontrols/FMEvents.ascx</control>
    </tab>
  </section>
 

 

Screenshots

Archived files

Documentation

Source code

Package owner

Darren Ferguson

Darren Ferguson

Darren has 3259 karma points

Package Compatibility

This package is compatible with the following versions as reported by community members who have downloaded this package:
Untested or doesn't work on Umbraco Cloud
Version 8.18.x (untested)

You must login before you can report on package compatibility.

Previously reported to work on versions:

Package Information

  • Package owner: Darren Ferguson
  • Created: 18/06/2010
  • Current version 0.1
  • License MIT
  • Downloads on Our: 1.3K

External resources