Class StyleBook

    • Method Summary

      All Methods Static Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      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.