org.apache.stylebook
Class StyleBook

java.lang.Object
  extended by org.apache.stylebook.StyleBook
All Implemented Interfaces:
Logger

public class StyleBook
extends java.lang.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(java.lang.Object source, java.lang.String msg)
          Report a message to the user.
static void main(java.lang.String[] argv)
          Run StyleBook.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

main

public static void main(java.lang.String[] argv)
                 throws java.io.IOException
Run StyleBook.

Parameters:
argv - Command Line Arguments
Throws:
java.io.IOException

log

public void log(java.lang.Object source,
                java.lang.String msg)
Report a message to the user.

Specified by:
log in interface Logger
Parameters:
msg - The log message to report.