Systemdlog¶
-
class
OC\Log\
Systemdlog
¶ Source: lib/private/Log/Systemdlog.php#49 Parent: OC\Log\LogDetails
Implements: OCP\Log\IWriter
Properties¶
-
protected static property
OC\Log\Systemdlog::$
levels
¶ Source: lib/private/Log/Systemdlog.php#50
-
protected static property
OC\Log\Systemdlog::$
syslogId
¶ Source: lib/private/Log/Systemdlog.php#58
Methods¶
-
public
OC\Log\Systemdlog::
__construct
($config)¶ Source: lib/private/Log/Systemdlog.php#60
-
public
OC\Log\Systemdlog::
write
($app, $message, $level)¶ - Write a message to the log.
Source: Parameters: - $app (string)
- $message (string)
- $level (int)