Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [capella-dev] Logger for Capella

On 20-Sep-16 15:54, Truong Ho Quang wrote:
> Hi Felix,
>
> I want to log mainly the diagram actions but it does not hurt to log menu/explorer actions. 
> Can you give me some pointers?

 You could try to listen to events on the EMF Transaction command stack or the platform operation history:


http://download.eclipse.org/modeling/emf/transaction/javadoc/workspace/1.0.3/org/eclipse/emf/workspace/IWorkspaceCommandStack.html
http://help.eclipse.org/luna/index.jsp?topic=%2Forg.eclipse.platform.doc.isv%2Freference%2Fapi%2Forg%2Feclipse%2Fcore%2Fcommands%2Foperations%2FIOperationHistory.html




Back to the top