com.kedwards.swt.logging
Class InternalLogShim

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

public class InternalLogShim
extends java.lang.Object
implements LogShim

InternalLogShim.java

This is the default SWT logger. It simply dumps log messages to stdout and stderr.

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