Overview

Namespaces

  • Nethgui
    • Adapter
    • Authorization
    • Component
    • Controller
      • Collection
      • Table
    • Exception
    • Log
    • Model
    • Module
      • Help
      • Notification
    • Renderer
    • Serializer
    • System
    • Test
      • Tool
      • Unit
        • Nethgui
          • Adapter
            • ParameterSet
          • Authorization
          • Log
          • Module
            • Notification
          • Renderer
          • Serializer
          • System
          • Utility
          • View
        • Test
          • Tool
    • Utility
    • View
    • Widget
      • Xhtml
  • None
  • Test
    • Tool

Classes

  • AbstractLog
  • Nullog
  • Syslog

Interfaces

  • LogConsumerInterface
  • LogInterface
  • Overview
  • Namespace
  • Class
  • Deprecated

Class Syslog

A log that sends message to the system log

Nethgui\Log\AbstractLog implements Nethgui\Log\LogInterface, Nethgui\Utility\PhpConsumerInterface
Extended by Nethgui\Log\Syslog
Namespace: Nethgui\Log
Author: Davide Principi davide.principi@nethesis.it
Since: 1.0
Located at Log/Syslog.php
Methods summary
protected Nethgui\Log\AbstractLog
# message( string $level, string $message )

Implementors must send the given message and level strings to the log facility

Implementors must send the given message and level strings to the log facility

Parameters

$level
$message

Returns

Nethgui\Log\AbstractLog

Api

Methods inherited from Nethgui\Log\AbstractLog
__construct(), deprecated(), error(), exception(), getLevel(), notice(), setLevel(), setPhpWrapper(), warning()
Properties inherited from Nethgui\Log\AbstractLog
$emitted, $phpWrapper
Nethgui Framework API documentation generated by ApiGen