mirror of
https://github.com/Seldaek/monolog.git
synced 2025-08-18 19:01:31 +02:00
add arg docs
This commit is contained in:
@@ -66,6 +66,7 @@ class SyslogHandler extends AbstractProcessingHandler
|
|||||||
* @param mixed $facility
|
* @param mixed $facility
|
||||||
* @param integer $level The minimum logging level at which this handler will be triggered
|
* @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 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)
|
public function __construct($ident, $facility = LOG_USER, $level = Logger::DEBUG, $bubble = true, $logopts = LOG_PID)
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user