Log Component
Fnd_Log_Enable
Fnd_Log_Enable ({enable?}) -> Boolean
Parameters
| Parameter | Type | Description |
|---|---|---|
| enable | Boolean | True to enable logging (optional) |
| Function result | Boolean | True if logging is enabled |
Description
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
Extracted source text
Fnd_Log_Enable ({enable?}) ➜ Boolean
Parameter Type Description
enable Boolean True to enable logging (optional)
Function result Boolean True if logging is enabled
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