Class jif.log.ScreenLog
All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class jif.log.ScreenLog

java.lang.Object
   |
   +----jif.log.ScreenLog

public class ScreenLog
extends Object
An class that defines screen destinations for log files

Constructor Index

 o ScreenLog(String)
Builds a ScreenLog object

Method Index

 o log(char, String)
Handles the default log case, which is write to screen...

Constructors

 o ScreenLog
  public ScreenLog(String name)
Builds a ScreenLog object
Parameters:
name - The name of the application using this log

Methods

 o log
  public void log(char logLevel,
                  String logEntry)
Handles the default log case, which is write to screen...
Parameters:
logLevel - The severity of the log entry
logEntry - The log entry

All Packages  Class Hierarchy  This Package  Previous  Next  Index