Home > Contents > Index >
LOGMSG
Writes strings to a Content Server log file for debugging or system monitoring.
Syntax
<LOGMSG STR="text"/>Parameters
STR (required)
- Text of the message to write to the log file.
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>
Home > Contents > Index > ![]()
FatWire XML Tag Reference
Copyright 2005 - 2011 by FatWire Corporation
All rights reserved.