com.kedwards.swt.logging
Class LV2Shim

java.lang.Object
  |
  +--com.kedwards.swt.logging.LV2Shim
All Implemented Interfaces:
LogShim

public class LV2Shim
extends java.lang.Object
implements LogShim

LV2Shim.java

This is an implementation of SWT logging for the LV2 framework from SWZoo. See http://www.swzoo.org for details.

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)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

log

public void log(int type,
                java.lang.String where,
                java.lang.String message,
                java.lang.Throwable t)
Specified by:
log in interface LogShim