com.objectwave.persist
Interface PersistLogIF


public interface PersistLogIF

A simple interface that will be used as the glue to plug in whatever logging mechanism necessary.

Version:
1.0

Method Summary
 void log(java.lang.String str)
           
 

Method Detail

log

public void log(java.lang.String str)