Log()

Sends a specified message to the specified log level.

        
          Log(level,message)
        
      

Delivers a specified message to a defined log level.

level
One of the following target levels: ERROR, WARNING, NOTICE, DEBUG, VERBOSE, DTMF
message
The message to be written to the log
[Note]

Internal help for this application in Asterisk 1.4: 

  -= Info about application 'Log' =- 

[Synopsis]
Send arbitrary text to a selected log level

[Description]
Log(<level>|<message>)
  level must be one of ERROR, WARNING, NOTICE, DEBUG, VERBOSE, DTMF

diff output to internal help in Asterisk 1.2: 

-- not available in Version 1.2 --

See also. the section called “NoOp(), the section called “DumpChan(), the section called “Verbose()