Log Listeners Extension Point

Identifier:
org.eclipse.gmf.runtime.common.core.logListeners

Description:
This extension point is used to define listeners for Eclipse Log.

Configuration Markup:

<!ELEMENT extension (LogListener)>

<!ATTLIST extension

point CDATA #REQUIRED

id    CDATA #IMPLIED

name  CDATA #IMPLIED>


<!ELEMENT LogListener EMPTY>

<!ATTLIST LogListener

class CDATA #REQUIRED>


Examples:
Following is an example of a log listener extension:
   <extension
        point="org.eclipse.gmf.runtime.common.core.logListeners">
      <LogListener
        class="org.eclipse.test.listeners.SomeListenerProvider">
   </extension>


Copyright (c) 2003, 2005 IBM Corporation and others.
All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License v1.0 which accompanies this distribution, and is available at http://www.eclipse.org/legal/epl-v10.html