BugLogHQ: Tests

This page links to test pages for both client and server components of bugLog

Client.cfm This template tests the client portion of bugLogHQ. It also serves as a sample of how to use the buglog client.

This template accepts the following URL parameters:
  • protocol: determines which buglog listener to use. values are cfc, soap and rest
  • severity: type of error to send. Values are ERROR, FATAL, CRITICAL and INFO
  • reset: unloads the buglog client from memory after the test
  •  
    Service.cfm This template tests the server portion of bugLogHQ. If the service is running, it restarts it and then calls the bugLog API using a sample bug report.