|
Sybernet / Supplied Procedures Reference
Release 3.00 Oct 14, 2002 |
|
This procedure allows you to write a message to the Sybernet log file. The flagged line includes your message as well as the name of the procedure and line number that called this function.
Procedure FLAG
(
STR VARCHAR2
) ;
| Parameter | Description |
|---|---|
str |
The message to write. |
The following example illustrates how to call flag:
http.flag('HelloWorld');