grace.log
Interface Handler
- All Known Implementing Classes:
- FileHandler, PrintHandler, ProxyHandler, StandardOutHandler, JDBCHandler, Receiver, General, Application
- public abstract interface Handler
- extends java.rmi.Remote
This abstracts a logging facility. Sub classes provide the
functionality to handler error, warning, notice, and trace
messages.
This class provides as much of the preference functionality as
it can provided that his functionality is independent of the
specific log mechanism. So, this class loads the System properties
for enabling or disabiling each of the four log levels as well as
well as the format for time and exception logging.
Field Summary |
static java.lang.String |
rcsid
|
rcsid
public static final java.lang.String rcsid
handle
public void handle(Event event)
throws java.rmi.RemoteException