17488 Posts in 4473 Topics by 1978 members
|
Page:
1
|
Go to End | |
| Author | Topic: | 872 Views |
-
event logging system

4 September 2008 at 8:32pm
Hi, I want to implement event logging system to SS.Each action in admin panel that change something should be logged. Has anybody any idea how it can be done?
-
Re: event logging system

5 September 2008 at 9:41pm
Well SilverStripe has a versioning system which you can see when people republish pages and what changed - under Page Version History on the left which will show you each revision. If thats not enough and you need to log every event I would say use a 'onBeforeWrite()' method on whatever you want to log. Eg if changes on page you could do an onBeforeWrite() method which saves or emails or logs to a file etc before it saves the object
| 872 Views | ||
|
Page:
1
|
Go to Top |


