com.ibm.eserver.zos.racf.userregistry
Class MyLogger

java.lang.Object
  extended bycom.ibm.eserver.zos.racf.userregistry.MyLogger

public class MyLogger
extends Object


Field Summary
static String COPYRIGHT
           
static String sccsid
           
 
Constructor Summary
MyLogger()
           
 
Method Summary
static void log(String level, String classname, String description, Object[] objects)
           
static void setLogging(boolean verb)
           
static void setVerbose(boolean verb)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

COPYRIGHT

public static final String COPYRIGHT
See Also:
Constant Field Values

sccsid

public static final String sccsid
See Also:
Constant Field Values
Constructor Detail

MyLogger

public MyLogger()
Method Detail

log

public static void log(String level,
                       String classname,
                       String description,
                       Object[] objects)

setLogging

public static void setLogging(boolean verb)

setVerbose

public static void setVerbose(boolean verb)