org.openware.loadsim.output
Class DummyLog

java.lang.Object
  |
  +--org.openware.loadsim.output.DummyLog
All Implemented Interfaces:
ILog, java.rmi.Remote

public class DummyLog
extends java.lang.Object
implements ILog


Fields inherited from interface org.openware.loadsim.output.ILog
DEBUG, ERROR, FATAL, INFORMATION, WARNING
 
Constructor Summary
DummyLog()
           
 
Method Summary
 void close()
           
 void log(java.lang.Exception e)
           
 void log(int detailLevel, java.lang.String msg)
           
 void log(java.lang.String msg)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DummyLog

public DummyLog()
Method Detail

close

public void close()
Specified by:
close in interface ILog

log

public void log(java.lang.String msg)
Specified by:
log in interface ILog

log

public void log(java.lang.Exception e)
Specified by:
log in interface ILog

log

public void log(int detailLevel,
                java.lang.String msg)
Specified by:
log in interface ILog


Copyright © 2000, 2001 Openware, Spin Software. All Rights Reserved.