PTLog Demo - 1.0

basic.format
Class UseLog4j

java.lang.Object
  extended bybasic.format.UseLog4j

public class UseLog4j
extends java.lang.Object

Bootstrap class to choose Apache Log4j as underlying framework.

 USAGE: basic.format.UseLog4j FormatName [Log4jConfigFile]
 

FormatName is one of belows.

Sample Log4jConfigFiles are:


Constructor Summary
UseLog4j()
           
 
Method Summary
static void main(java.lang.String[] args)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UseLog4j

public UseLog4j()
Method Detail

main

public static void main(java.lang.String[] args)

PTLog Demo - 1.0