8.3 Preamble Attribute

<..preamble output into log..>
 if ( (attr != null) && messages ) {
    logWriter.println( attr.getNodeValue() );
 }
 -_-_-