Syslog

class OC\Log\Syslog
Source:lib/private/Log/Syslog.php#34
Parent:OC\Log\LogDetails
Implements:OCP\Log\IWriter

Properties

protected static property OC\Log\Syslog::$levels
Source:lib/private/Log/Syslog.php#35

Methods

public OC\Log\Syslog::__construct($config)
Source:lib/private/Log/Syslog.php#43
public OC\Log\Syslog::__destruct()
Source:lib/private/Log/Syslog.php#48
public OC\Log\Syslog::write($app, $message, $level)
write a message in the log
Source:

lib/private/Log/Syslog.php#58

Parameters:
  • $app (string)
  • $message (string)
  • $level (int)