org.ow2.jonas.lib.util
Class PropDump

java.lang.Object
  extended by org.ow2.jonas.lib.util.PropDump

public class PropDump
extends Object

Used to print out properties


Constructor Summary
PropDump()
           
 
Method Summary
static void print(String header, Properties props, org.objectweb.util.monolog.api.Logger logger, int logLevel)
          Prints out the Properties.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PropDump

public PropDump()
Method Detail

print

public static void print(String header,
                         Properties props,
                         org.objectweb.util.monolog.api.Logger logger,
                         int logLevel)
Prints out the Properties.

Parameters:
header - Display header
props - Properties to be printed
logger - Logger to use
logLevel - Log level


Copyright © 2010 OW2 Consortium. All Rights Reserved.