Function Writes an application log entry (information)
Example ABAP
s10loginfo( "..." ). 
Format ABAP
data:
  mymsgtext type string.

  s10loginfo( mymsgtext ). 
Parameters
Name Type Description
msgtext string
Message text
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