On 06/14/2011 08:48 AM, Roman Gelfand wrote: > I would like like to put in displays to debug js code. Is there debug > object used to write to sbc.log? or some other method? > > Thanks in advance > _______________________________________________ > sipx-users mailing list > [email protected] > List Archive: http://list.sipfoundry.org/archive/sipx-users/ >
Functions are log_info(), log_debug(), log_error(); var someLog = "This is a sample log. "; var moreLog = "Yet some more."; log_debug(someLog + moreLog); _______________________________________________ sipx-users mailing list [email protected] List Archive: http://list.sipfoundry.org/archive/sipx-users/
