LotusScript to C API Programming Guide
rtLib Domino Rich Text Management template
Home

Anonymous

login


 

Hosted by Prominic.NET, Inc.

DXLLOGOPTION

#include <xml.h>

DXL Import Options for log reporting

C definition

typedef enum
{
  DXLLOGOPTION_IGNORE=1,    /* ignore the action. don't log anything and just continue */
  DXLLOGOPTION_WARNING=2,    /* log the problem as a warning */
  DXLLOGOPTION_ERROR=3,    /* log the problem as an error */
  DXLLOGOPTION_FATALERROR=4    /* log the problem as a fatal error */

} DXLLOGOPTION;

LotusScript

Definition(s)