Browse Source

add arg docs

David Zuelke 13 years ago
parent
commit
1feffd31fd
1 changed files with 1 additions and 0 deletions
  1. 1 0
      src/Monolog/Handler/SyslogHandler.php

+ 1 - 0
src/Monolog/Handler/SyslogHandler.php

@@ -66,6 +66,7 @@ class SyslogHandler extends AbstractProcessingHandler
      * @param mixed   $facility
      * @param integer $level    The minimum logging level at which this handler will be triggered
      * @param Boolean $bubble   Whether the messages that are handled can bubble up the stack or not
+     * @param int     $logopts  Option flags for the openlog() call, defaults to LOG_PID
      */
     public function __construct($ident, $facility = LOG_USER, $level = Logger::DEBUG, $bubble = true, $logopts = LOG_PID)
     {