| java.lang.Object org.tp23.antinstaller.runtime.SimpleLogger
SimpleLogger | public class SimpleLogger implements Logger(Code) | | A Logger class that does not report errors
author: Paul Hinds version: $Id: SimpleLogger.java,v 1.4 2007/01/19 00:24:36 teknopaul Exp $ |
SimpleLogger | public SimpleLogger()(Code) | | |
close | public void close()(Code) | | |
finalize | protected void finalize() throws Throwable(Code) | | Called by the garbage collector on an object when garbage collection
determines that there are no more references to the object.
throws: Throwable - the Exception raised by this method |
loge | public void loge(int b)(Code) | | |
setFileName | public void setFileName(String fileName)(Code) | | This method initialises the logger
|
|
|