Interface Logger

All Known Implementing Classes:
StyleBook

public interface Logger
Version:
CVS $Revision: 313195 $ $Date: 1999-11-15 23:08:18 +0100 (Mon, 15 Nov 1999) $
Author:
Pierpaolo Fumagalli, Copyright 1999 © The Apache Software Foundation. All rights reserved.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    log(Object source, String message)
    Report a message to the user.
  • Method Details

    • log

      void log(Object source, String message)
      Report a message to the user.
      Parameters:
      msg - The log message to report.