Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [cdt-dev] Coding horror

2009/5/4 Jesper Eskilson <jesper.eskilson@xxxxxx>:
> What would be the correct way of handling it? Printing a message on
> System.err? I tried to find some example on how similar errors are handled,
> but didn't really find any good ones.

Usually the plugin class has a log method, in this case:
ManagedBuilderCorePlugin.getDefault().log(...)

>
> --
> /Jesper
>
>
> _______________________________________________
> cdt-dev mailing list
> cdt-dev@xxxxxxxxxxx
> https://dev.eclipse.org/mailman/listinfo/cdt-dev
>


Back to the top