PTLog Demo - 1.0

util
Class ConfigJCL

java.lang.Object
  extended byutil.ConfigJCL

public class ConfigJCL
extends java.lang.Object

Utility to configure JCL(Jakarta Commons Logging).


Constructor Summary
ConfigJCL()
           
 
Method Summary
static void config(java.lang.String filename)
          Configure with specified file.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ConfigJCL

public ConfigJCL()
Method Detail

config

public static void config(java.lang.String filename)
                   throws java.io.IOException
Configure with specified file.

This stores properties, of which key satisfies one of below conditions, into system properties.

Parameters:
filename - to be loaded into properties
Throws:
java.io.IOException

PTLog Demo - 1.0