Home > Contents > Index >
Template Tag TOC  |   Alpha TOC  |   Tag Family TOC  |   Purpose TOC  |   Annotated TOC  |   Index 

 

LOGMSG

Writes strings to the Sites log file for debugging or system monitoring.

Syntax

Parameters

STR (required)
Text of the message to write to the log file.

Description

This tag uses com.fatwire.logging.cs.xml logger and logs the text with INFO log level. To log a message using a different logger and severity, see ICS.LOGMSG

Error Numbers

There are no possible errno for this tag.

Example

The following example writes the error number to the log file:

<IF COND="Variables.errno!= 0" >
<THEN>
     <LOGMSG STR="Error Variables.errno " />
</THEN>
</IF>

See Also

ICS.LOGMSG

  Home > Contents > Index >

Oracle XML Tag Reference
Copyright (c) 2013, Oracle and/or its affiliates. All rights reserved.