Package org.apache.stylebook
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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
log(java.lang.Object source, java.lang.String message)
Report a message to the user.
-