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
-
ScreenLog(String)
- Builds a ScreenLog object
-
log(char, String)
- Handles the default log case, which is write to screen...
ScreenLog
public ScreenLog(String name)
- Builds a ScreenLog object
- Parameters:
- name - The name of the application using this log
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