Browse Source

[ZF-7604]setApplicationName

git-svn-id: http://framework.zend.com/svn/framework/standard/trunk@17624 44c647ce-9c0f-0410-b52a-842ac1e357ba
yoshida@zend.co.jp 16 years ago
parent
commit
b0b4600408
1 changed files with 1 additions and 1 deletions
  1. 1 1
      documentation/manual/en/module_specs/Zend_Log-Writers-Syslog.xml

+ 1 - 1
documentation/manual/en/module_specs/Zend_Log-Writers-Syslog.xml

@@ -31,7 +31,7 @@
 $writer = new Zend_Log_Writer_Syslog(array('application' => 'FooBar'));
 
 // Any other time:
-$writer->setApplication('BarBaz');
+$writer->setApplicationName('BarBaz');
 ]]></programlisting>
 
     <para>