Class Index | File Index

Classes


Namespace sap.ui2.srvc.log

The namespace for functions which log messages even if SAPUI5 is not present.
Defined in: utils.js.

Namespace Summary
Constructor Attributes Constructor Name and Description
 
Method Summary
Method Attributes Method Name and Description
<static>  
sap.ui2.srvc.log.debug(sMessage, sDetails, sComponent)
Wrapper function for jQuery.sap.log.debug().
<static>  
sap.ui2.srvc.log.error(sMessage, sDetails, sComponent)
Wrapper function for jQuery.sap.log.error().
<static>  
sap.ui2.srvc.log.info(sMessage, sDetails, sComponent)
Wrapper function for jQuery.sap.log.info().
<static>  
sap.ui2.srvc.log.warning(sMessage, sDetails, sComponent)
Wrapper function for jQuery.sap.log.warning().
Namespace Detail
sap.ui2.srvc.log
Since:
1.3.0
Method Detail
<static> sap.ui2.srvc.log.debug(sMessage, sDetails, sComponent)
Wrapper function for jQuery.sap.log.debug(). Writes a simple log message to the console if SAPUI5 is not present.
Parameters:
{string} sMessage
the log message
{string} sDetails
the message details
{string} sComponent
the component which issues the message
Since:
1.3.0

<static> sap.ui2.srvc.log.error(sMessage, sDetails, sComponent)
Wrapper function for jQuery.sap.log.error(). Writes a simple error message to the console if SAPUI5 is not present.
Parameters:
{string} sMessage
the log message
{string} sDetails
the message details
{string} sComponent
the component which issues the message
Since:
1.3.0

<static> sap.ui2.srvc.log.info(sMessage, sDetails, sComponent)
Wrapper function for jQuery.sap.log.info(). Writes a simple info message to the console if SAPUI5 is not present.
Parameters:
{string} sMessage
the log message
{string} sDetails
the message details
{string} sComponent
the component which issues the message
Since:
1.3.0

<static> sap.ui2.srvc.log.warning(sMessage, sDetails, sComponent)
Wrapper function for jQuery.sap.log.warning(). Writes a simple warning message to the console if SAPUI5 is not present.
Parameters:
{string} sMessage
the log message
{string} sDetails
the message details
{string} sComponent
the component which issues the message
Since:
1.3.0

©Copyright (c) 2009-2014 SAP SE, All Rights Reserved
Documentation generated by JsDoc Toolkit 2.4.0 on Tue Mar 14 2017 08:48:14 GMT-0000 (UTC)