Back | Home | Next |
We are now going to look at the sections of Administration page
On the left hand column we have mini-apps. The top most icon opens up documentation and training videos. The second icon down open up the unit test runner (PHPUnit). If you have set up unit tests, you
can select which unit tests to run, or run a comprehensive test. The third icon down opens the Event Inspector. This is a tool to view the application events and inspect their contents.
Next down are the six (soon to be seven) log file Icons. Developers can write directly to the General, Warning, and Error logs, while the framework itself will write to the Error, MySQL, and MongoDB logs. A future "User"
log file is planned, and each user of the system will be able to write to their own log.
The final log is the System log, and this is the application Syslog written to by the server.
All application logs are written to in the order of most recent entries are at the top, while the System log has the most recent entries at the bottom.