Package pygar.demo0P
Class BAN.Logger
java.lang.Object
pygar.demo0P.BAN.Logger
- All Implemented Interfaces:
java.util.Observer
- Enclosing class:
- BAN
public class BAN.Logger
extends java.lang.Object
implements java.util.Observer
This inner class provides a log facility for debugging. It keeps messages
in memory until they are printed. Thus, it has two drawbacks: it can fill up,
and a crash may throw away the messages before they are printed.
-
Constructor Summary
Constructors Constructor Description Logger(java.lang.String name)
-
Method Summary