to.etc.util
Interface ILogSink

All Known Implementing Classes:
MemoryLogSink, PendingOperationTask, RotatingLogfile, StandardLogfile

public interface ILogSink

Stuff to write logging to.

Author:
Frits Jalvingh Created on Apr 16, 2005

Method Summary
 void exception(java.lang.Throwable t, java.lang.String msg)
           
 void log(java.lang.String msg)
           
 

Method Detail

log

void log(java.lang.String msg)

exception

void exception(java.lang.Throwable t,
               java.lang.String msg)