Function | Writes an application log entry (information) | ||||||
Example | s10loginfo( "..." ). | ||||||
Format |
data: mymsgtext type string. s10loginfo( mymsgtext ). |
||||||
Parameters |
|
||||||
Description |
The specified text is written to the SAP application log with additional
information about the ABAP class and the HTML page as an information message if
the variable s10session->applicationlog_level has the value 3. For more details see s10applicationlog(). |
||||||
Components | S10 Framework |