org.apache.stylebook
Class StyleBook
java.lang.Object
org.apache.stylebook.StyleBook
- All Implemented Interfaces:
- Logger
public class StyleBook
- extends Object
- implements Logger
- Version:
- CVS $Revision: 313278 $ $Date: 2000-07-14 19:31:36 +0100 (Fri, 14 Jul 2000) $
- Author:
- Pierpaolo Fumagalli, Copyright 1999 © The Apache
Software Foundation. All rights reserved.
Method Summary |
void |
log(Object source,
String msg)
Report a message to the user. |
static void |
main(String[] argv)
Run StyleBook. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
main
public static void main(String[] argv)
throws IOException
- Run StyleBook.
- Parameters:
argv
- Command Line Arguments
- Throws:
IOException
log
public void log(Object source,
String msg)
- Report a message to the user.
- Specified by:
log
in interface Logger
- Parameters:
msg
- The log message to report.