Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

JSPservletPkg
Class ICPhandler.Log  view ICPhandler.Log download ICPhandler.Log.java

java.lang.Object
  extended byJSPservletPkg.ICPhandler.Log
Enclosing class:
ICPhandler

class ICPhandler.Log
extends java.lang.Object

Class wraping diskless logging. On diskless server side.


Field Summary
private  JSPhandler handler
          Back pointer on creating JSPhandler.
private  java.io.PrintWriter log
          PrintWriter initialized by constructor.
(package private)  java.io.File logFile
          File on log.
 
Constructor Summary
(package private) ICPhandler.Log(java.lang.String ID, JSPhandler jh)
          Constructor.
 
Method Summary
(package private)  void clear()
          Empties the log file.
(package private)  void close()
          Closes log file.
protected  void finalize()
          to avoid loitering
(package private)  void log(java.lang.String msg)
          Logging method.
 
Methods inherited from class java.lang.Object
clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

log

private java.io.PrintWriter log
PrintWriter initialized by constructor.


handler

private JSPhandler handler
Back pointer on creating JSPhandler.


logFile

java.io.File logFile
File on log. Used by DisklessLog.

Constructor Detail

ICPhandler.Log

ICPhandler.Log(java.lang.String ID,
               JSPhandler jh)
Constructor.

Method Detail

log

final void log(java.lang.String msg)
Logging method.


clear

final void clear()
Empties the log file.


close

final void close()
Closes log file.


finalize

protected void finalize()
to avoid loitering