org.mozilla.jrex.log
Class JRexL

java.lang.Object
  |
  +--org.mozilla.jrex.log.JRexL

public final class JRexL
extends Object

JRex logging class. The logging can be enabled by setting JREX_DEBUG system property to true.

Version:
1.0
Author:
C.N.Medappa

Field Summary
static boolean on
           
 
Method Summary
static void log(String className, String logStr)
           
static void printStackTrace(Throwable exp)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

on

public static final boolean on
Method Detail

log

public static void log(String className,
                       String logStr)

printStackTrace

public static void printStackTrace(Throwable exp)


Copyright © 2004 C.N.Medappa. All Rights Reserved.