Hello Guys,<div><br></div><div>I&#39;m starting off with ESL, which is cool, but I&#39;m trying to log to the console like Lua&#39;s &quot;freeswitch.consoleLog(&quot;info&quot;, &quot;BLAH BLAH&quot;);&quot; doing it like: </div>

<div><br></div><div>my $con = new ESL::ESLconnection(&quot;localhost&quot;, &quot;8021&quot;, &quot;ClueCon&quot;);</div><div>$con-&gt;execute(&quot;log&quot;, &quot;1, BlahBlah&quot;);</div><div><br></div><div><br></div>

<div>But nothing gets in the log files or console... and I can&#39;t find any documentation as to how to log using &quot;execute&quot;...</div><div><br></div><div>any ideas?</div><div><br></div><div>Thanks!</div><div><br>

</div><div>David</div>