marquee.xmlrpc.util
Interface LogBackEnd

All Known Implementing Classes:
Log.DefaultLogBackEnd

public interface LogBackEnd

LogBackEnds may be registered with the Log class to receive log messages.

Since:
JDK 1.1
Version:
$Revision: 1.3 $
Author:
Greger Ohlson (greger.ohlson@marquee.se)

Method Summary
 void append(java.lang.String type, java.lang.String message)
          Used by the Log class to ask the back end to append a message somehow.
 void append(java.lang.String type, java.lang.Throwable t)
          Used by the Log class to ask the back end to append a message somehow.
 

Method Detail

append

void append(java.lang.String type,
            java.lang.String message)
Used by the Log class to ask the back end to append a message somehow.


append

void append(java.lang.String type,
            java.lang.Throwable t)
Used by the Log class to ask the back end to append a message somehow.