Package pal.util

Interface Logger

All Known Implementing Classes:
Log

public interface Logger
Interface for all objects that provide a logging facility.
Version:
$Revision: 1.3 $
Author:
Alexei Drummond
  • Method Summary

    Modifier and Type
    Method
    Description
    void
     
    void
    log(Object obj)
     
  • Method Details