Component
Log Component
3 language-reference entries were extracted for this component.
- Fnd_Log_AddEntry The Fnd_Log_AddEntry routine places the text parameters into an external text file. It is safe to call this routine even if we are not currently logging activity....
- Fnd_Log_Enable This function allows the developer to turn logging on or off. This function returns true if logging is currently on. $isLoggingOn_b:=Fnd_Log_Enable ` Also turns logging on
- Fnd_Log_Info Returns the requested information about the component. $language_t:=Fnd_Log_Info (“language”)