MicroStrategy ONE

Log Event statement

Writes a custom message to the Windows Event Log.

Copy
LOG EVENTevent_messageTYPE (ERROR | INFORMATION | WARNING);

where:

event_message is the custom message to be written to the Windows Event Log, of type string, between double quotes (" ").

Examples

Copy
LOG EVENT "Error Custom Message" TYPE ERROR;
Copy
LOG EVENT "Info Custom Message" TYPE INFORMATION;
Copy
LOG EVENT "Warning Custom Message" TYPE WARNING;