My favorites | Sign in
Project Home Wiki Issues
Search
for
ObjectLog  
Enabling the GLASS Object log.
Updated Dec 1, 2011 by henrichs...@gmail.com

The Object Log is basically an OrderedCollection of instances of ObjectLogEntry.

You view the Object Log from your web-browser with the WAObjectLog component: Clicking on the priority link will take you to an inspector on the ObjectLogEntry instance.

Enable ObjectLog Component

To enable the WAObjectLog component evaluate the following expression:

WAAdmin 
	register: WAObjectLog 
	asApplicationAt: WAObjectLog entryPointName
	user: 'admin' password: 'tool'.

Note that the username/password is admin/tool. If you enable the Object Log in a production application, you should choose a unique username and/or password.


Sign in to add a comment
Powered by Google Project Hosting