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.
errno
The value of
errno
is unchanged.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,2006,2007 by FatWire Software
All rights reserved.