Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[platform-ant-dev] question about logging

Hi,

I have a question about logging in the org.eclipse.ant.ui project.  Is
there a general policy or convention for logging (e.g. what to log and
when to log it)?  I also have a question about a more specific
situation.  In exception handlers, there is sometimes a call to
AntUIPlugin.log(Throwable).  However sometimes there is a call to
AntUIPlugin.log(IStatus).  Is there a general policy or convention
about which one to use?

Thanks,
Arjun


Back to the top