User Tools

Site Tools


org.gramar.base:tag.log

This is an old revision of the document!


A PCRE internal error occured. This might be caused by a faulty plugin

==== log Tag ==== The log tag processes and writes its content to the platform-appropriate console. <**c:log** **severity**="" > ^ Attribute ^ Kind ^ Required ^ Purpose ^ |**severity** |string |yes |Indicates the importance of the message to be logged: debug, info (the default), warning, error, or severe.| === Usage and examples === Place a `taglib` element within `<taglibs>` element in the **gramar.config** file in the root of your gramar: <taglibs> <taglib prefix="c" extension="org.gramar.base" /> </taglibs> When launching a gramar (via org.gramar.Apply), you set logging level via the **logging** parameter: e.g.: <code>java -cp ... org.gramar.Apply gramar=my.gramar model=my.model.xml workspace=gen logging=debug</code> Return to [[org.gramar.base:index|index]]

org.gramar.base/tag.log.1466984570.txt.gz · Last modified: 2016/06/26 23:42 by bradbouldin