[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
|
[platform-ant-dev] question about logging
|
- From: "Arjun Singh" <aasingh@xxxxxxxxx>
- Date: Sun, 29 Oct 2006 11:03:50 -0800
- Delivered-to: platform-ant-dev@eclipse.org
- Domainkey-signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:sender:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition:x-google-sender-auth; b=hs1GKT+zBPNRQSxXtGSkys6XkTBz76FWSJCFhy8wb4bEW5oTx1GBU/7OxDQ+aL7ZKAuJGQzwzGmmgtuodUI+q05dKsyO1EoQqykkuO26SyhMYR9JIgEgAXh42NkzrlHyh4J2eXO8MqXrVImOr4y8kcIqH0IhzA4W6ZVk9SDGClY=
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