|
Skip logger statements while formatting -
01-21-2009, 04:57 AM
Hi,
I am using eclipse formatter (org.eclipse.jdt.core.formatter) with my project specific profile. Whenever I click ctrl+shift+F or source code format it also formats (wraps) logging statements like:
getLogger().logDebug("string...................... ........................................")
How can I edit my format profile (XML file) so that the formatter doesn't wrap logger statements. (ie it skip all stmts starting with something like logger)
Thank in advance
-AKJ
|