Skip to main content

Notice: This Wiki is now read only and edits are no longer possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Difference between revisions of "FAQ for CDO and Net4j"

(General)
Line 3: Line 3:
 
=General=
 
=General=
  
==How can I enable '''tracing'''?
+
==How can I enable '''tracing'''?==
 
If running as Eclipse launch config it's easy: just turn on tracing on the
 
If running as Eclipse launch config it's easy: just turn on tracing on the
 
tracing page of the launch config (plus all net4j and cdo plugins in the list).
 
tracing page of the launch config (plus all net4j and cdo plugins in the list).
Line 16: Line 16:
  
 
<br>
 
<br>
 +
 
=CDO=
 
=CDO=
  

Revision as of 06:48, 19 September 2008


General

How can I enable tracing?

If running as Eclipse launch config it's easy: just turn on tracing on the tracing page of the launch config (plus all net4j and cdo plugins in the list).

If running standalone:

    OMPlatform.INSTANCE.addLogHandler(PrintLogHandler.CONSOLE);
    OMPlatform.INSTANCE.addTraceHandler(PrintTraceHandler.CONSOLE);
    OMPlatform.INSTANCE.setDebugging(true);


CDO


Net4j


Wikis: CDO | Net4j | EMF | Eclipse

Back to the top