T4S4  19.1 C8540 A23673
Teamcenter Gateway for SAP S/4HANA API Reference
PL4X::LOG Namespace Reference

Functions

 ENTER ?Message?
 Debug function that writes an entry into the logfile to indicates that a function is started. More...
 
 LEAVE ?Message?
 Debug function that writes an entry into the logfile so indicates that a function is returning to it caller. More...
 
 LOG args
 Debug function that writes an entry into the logfile with the current stacklevel configuration. More...
 

Variables

 enableDeprecateCallStackMsg
 Namespace variable to enable or disable (default) the deprecated call stack information written to an extra log-channel. More...
 
 enableDeprecateMsg
 Namespace variable to enable or disable (default) the deprecated log messages written to the default log-channel. More...
 

Detailed Description

Function Documentation

◆ ENTER()

PL4X::LOG::ENTER   ?Message?  

Debug function that writes an entry into the logfile to indicates that a function is started.

Parameters
Messageoptional message information that will be used in the format string of log message
Returns
NONE

◆ LEAVE()

PL4X::LOG::LEAVE   ?Message?  

Debug function that writes an entry into the logfile so indicates that a function is returning to it caller.

Parameters
Messageoptional message information that will be used in the format string of log message
Returns
NONE

◆ LOG()

PL4X::LOG::LOG   args  

Debug function that writes an entry into the logfile with the current stacklevel configuration.

Method:

Returns
NONE

Variable Documentation

◆ enableDeprecateCallStackMsg

enableDeprecateCallStackMsg
static

Namespace variable to enable or disable (default) the deprecated call stack information written to an extra log-channel.

◆ enableDeprecateMsg

enableDeprecateMsg
static

Namespace variable to enable or disable (default) the deprecated log messages written to the default log-channel.