All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class com.sdi.wap.Logger

java.lang.Object
   |
   +----com.sdi.wap.Logger

public class Logger
extends Object
Simple logfile utility. Provides debug, fatal, info and warn methods that the application can call to log messages onto stderr.

Author:
Brad Cox; bcox@virtualschool.edu

Constructor Index

 o Logger()

Method Index

 o debug(String)
 o fatal(String)
 o info(String)
 o warn(String)

Constructors

 o Logger
 public Logger()

Methods

 o debug
 public static final void debug(String s)
 o fatal
 public static final void fatal(String s)
 o info
 public static final void info(String s)
 o warn
 public static final void warn(String s)

All Packages  Class Hierarchy  This Package  Previous  Next  Index