Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[recommenders-dev] Logging

Hallo,

what's the most common way for logging in o.e.r.?

Here's a small code snippet from o.e.r.

RcpPlugin.logError(ex, "Failed to instantiate executable %s:%s", //$NON-NLS-1$
                        element.getName(), element.getAttribute("class")); //$NON-NLS-1$

Other favorites? I need something like that: Logger.debug("bla bla");

Regards,
Tim

Back to the top