Description Usage Arguments Details Value Examples
Logs a message to the Log. If a filename is passed as parameter, it will also print the message into the specified log file.
1 | log_msg(pVerbose, pMessage, pLogFile)
|
pVerbose |
A boolean (TRUE or FALSE). |
pMessage |
The message you want to show in the console. |
It's very useful to log messages through a function like this, as it will save you time when developing. You will have to just change the name of the variable 'pVerbose' to log or stop logging messages.
nothing.
1 | --
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.