Revision 2517
Added by sgarg over 19 years ago
src/edu/ucsb/nceas/metacat/MetaCatUtil.java | ||
---|---|---|
229 | 229 |
* @param debugPrefix, a boolean indicating whether debugprefix |
230 | 230 |
* should be printed or not |
231 | 231 |
*/ |
232 |
public static void debugMessageDetail(String msg, int debugLevel,
|
|
232 |
public static void formattedDebugMessage(String msg, int debugLevel,
|
|
233 | 233 |
boolean carriageReturn, |
234 | 234 |
boolean debugPrefix) |
235 | 235 |
{ |
Also available in: Unified diff
Changed the name of the function