com.croftsoft.core.util.log
Interface Log

All Known Implementing Classes:
LogPanel, PrintStreamLog, ServletContextLog

public interface Log

An interface for logging.

Version:
2001-02-27
Author:
David Wallace Croft

Method Summary
 void record(String message)
           
 void record(String message, Throwable throwable)
           
 void record(Throwable throwable)
           
 

Method Detail

record

void record(String message)

record

void record(Throwable throwable)

record

void record(String message,
            Throwable throwable)

CroftSoft Javadoc

CroftSoft Core Javadoc (2008-09-28 20:58:02)