com.kedwards.swt.logging
Interface LogShim

All Known Implementing Classes:
InternalLogShim, LV2Shim

public interface LogShim

LogShim.java

Defines the interface to SWT logger plug-ins.

See http://www.kedwards.com/jini

No warranty expressed or implied; use at your own risk; for educational purposes only.

Author:
Keith Edwards

Method Summary
 void log(int type, java.lang.String where, java.lang.String message, java.lang.Throwable t)
           
 

Method Detail

log

public void log(int type,
                java.lang.String where,
                java.lang.String message,
                java.lang.Throwable t)