Home > Contents > Index >
LOGMSG
Writes strings to the Sites log file for debugging or system monitoring.
Syntax
<LOGMSG STR="text"/>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 withINFO
log level. To log a message using a different logger and severity, seeICS.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
Home > Contents > Index > ![]()
Oracle XML Tag Reference
Copyright (c) 2013, 2019, Oracle and/or its affiliates. All rights reserved.