rp1.rossum
Class RsLogger

java.lang.Object
  extended by java.lang.Thread
      extended by rp1.rossum.RsLogger
All Implemented Interfaces:
java.lang.Runnable, RsLogInterface

public class RsLogger
extends java.lang.Thread
implements RsLogInterface

A deprecated class for logging.


Nested Class Summary
 
Nested classes/interfaces inherited from class java.lang.Thread
java.lang.Thread.State, java.lang.Thread.UncaughtExceptionHandler
 
Field Summary
 
Fields inherited from class java.lang.Thread
MAX_PRIORITY, MIN_PRIORITY, NORM_PRIORITY
 
Constructor Summary
RsLogger(java.lang.String fileName, boolean systemOut)
           
 
Method Summary
 boolean getVerbosity()
           
 void log(java.lang.String message)
           
 void logIt(java.lang.String level, java.lang.String message)
           
 void setVerbosity(boolean flag)
           
 void verbose(java.lang.String message)
           
 
Methods inherited from class java.lang.Thread
activeCount, checkAccess, countStackFrames, currentThread, destroy, dumpStack, enumerate, getAllStackTraces, getContextClassLoader, getDefaultUncaughtExceptionHandler, getId, getName, getPriority, getStackTrace, getState, getThreadGroup, getUncaughtExceptionHandler, holdsLock, interrupt, interrupted, isAlive, isDaemon, isInterrupted, join, join, join, resume, run, setContextClassLoader, setDaemon, setDefaultUncaughtExceptionHandler, setName, setPriority, setUncaughtExceptionHandler, sleep, sleep, start, stop, stop, suspend, toString, yield
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

RsLogger

public RsLogger(java.lang.String fileName,
                boolean systemOut)
Method Detail

logIt

public void logIt(java.lang.String level,
                  java.lang.String message)
Specified by:
logIt in interface RsLogInterface

log

public void log(java.lang.String message)
Specified by:
log in interface RsLogInterface

verbose

public void verbose(java.lang.String message)
Specified by:
verbose in interface RsLogInterface

getVerbosity

public boolean getVerbosity()
Specified by:
getVerbosity in interface RsLogInterface

setVerbosity

public void setVerbosity(boolean flag)
Specified by:
setVerbosity in interface RsLogInterface