_sqp_log_write

SQL

procedure _sqp_log_write(IN message CHAR(), IN logname CHAR(31), IN kontext_extent INTEGER);


Parametry

message
text message
logname
name of the log that is currently being written
kontext_extent
context extent in the log, see _sqp_trace


Od verze

8.0

Popis

This procedure writes the message message into the logname log. The name of the log must refer to some previously defined log or may be empty for the standard log. If kontext_extent is 0 the procedure will do nothing, for 1 only the text message will be written, for 2 the calling procedure will be written in the context.



Návratová hodnota

FALSE if successful, TRUE otherwise.

Viz