X-Git-Url: http://source.jalview.org/gitweb/?a=blobdiff_plain;f=utils%2Fjalopy%2Fdocs%2Fmessages.html;h=b0b1b7a999cf226f32151a403820c85ad2f4d331;hb=b2f9a8d7bce642ff4011bc6d49e02bb0569fbb11;hp=62e881d00a389a5314ac057090aa096db49c30c2;hpb=6ab4ef1cc71ff9d28a21a139db69e4a8351a3fb5;p=jalview.git diff --git a/utils/jalopy/docs/messages.html b/utils/jalopy/docs/messages.html index 62e881d..b0b1b7a 100755 --- a/utils/jalopy/docs/messages.html +++ b/utils/jalopy/docs/messages.html @@ -1,18 +1,78 @@ - + + + + 4.5. Messages + + +
Overview • + Download • + Documentation • + Plug-ins • + Links • + Contact
Features | + History | + Manual | + FAQ | + Javadoc
+ This page generated: June 8 2004

4.5. Messages

+Controls the Jalopy message output. +

+Given the sensitive nature of automatic source code processing, it is quite +important to keep informed about what is going on during the formatting process. +The default configuration should be sufficient for most users, so there should +seldom arise the need to change anything here. +

4.5.1. Categories

+Jalopy provides different message categories for setting verbosity level. +Changing the threshold from ERROR to DEBUG +successively displays more (albeit not necessarily more useful) messages. +

  • +General +

    +General purpose chain for I/O activity and all sorts of stuff that doesn't fit +elsewhere. +

  • +Parsing +

    +Message chain for messages related to the Java language parser. +

  • +Javadoc parsing +

    +Message chain for messages related to the parsing of Javadoc comments. +

  • +Transforming +

    +Message chain for messages related to the post-processing of the generated AST. +

  • +Printing +

    +Message chain for the main printing engine. +

  • +Javadoc Printing +

    +Message chain for Javadoc printing related messages. +

4.5.2. Misc

  • +Show stacktrace +

    +Enables or disables the inclusion of the current execution stack trace with +error messages. This proves useful in case you need to file a bug report as it +reveals the source of the error. +

to top