MivaScript Builtin Function, Miva Merchant 9+
miva_writelog( priority, message )
<mvt:assign name="g.return_value" value="miva_writelog( priority, message )" />
Writes a message to the log with the specified priority. Will return failure unless the miva log is open.
priority
a string containing a list of words. These words may be either a facility code (see miva_openlog) or a priority code (see miva_setlogmask). Commas and/or spaces separate the words. The facility may be omitted in which case the default will be assumed (se
message
a string that will be written to the log.