class SyslogStream

This is Stream returned by Unix.openlog( ). Do not create instances of this class directly.

class contents [NB. Highlighted attributes are static members]
Functions
function alert(string) - Sends a message to syslog facility with level LOG_ALERT
function critical(string) - Sends a message to syslog facility with level LOG_CRIT
function debug(string) - Sends a message to syslog facility with level LOG_DEBUG
function emerg(string) - Sends a message to syslog facility with level LOG_EMERG
function error(string) - Sends a message to syslog facility with level LOG_ERR
function info(string) - Sends a message to syslog facility with level LOG_INFO
function notice(string) - Sends a message to syslog facility with level LOG_NOTICE
function warning(string) - Sends a message to syslog facility with level LOG_WARNING

Functions

function alert Click to go up to the list
Sends a message to syslog facility with level LOG_ALERT
Declaration:
    function alert( string s )
Parameters:
    Parameter #1: string s - The actual message

function critical Click to go up to the list
Sends a message to syslog facility with level LOG_CRIT
Declaration:
    function critical( string s )
Parameters:
    Parameter #1: string s - The actual message

function debug Click to go up to the list
Sends a message to syslog facility with level LOG_DEBUG
Declaration:
    function debug( string s )
Parameters:
    Parameter #1: string s - The actual message

function emerg Click to go up to the list
Sends a message to syslog facility with level LOG_EMERG
Declaration:
    function emerg( string s )
Parameters:
    Parameter #1: string s - The actual message

function error Click to go up to the list
Sends a message to syslog facility with level LOG_ERR
Declaration:
    function error( string s )
Parameters:
    Parameter #1: string s - The actual message

function info Click to go up to the list
Sends a message to syslog facility with level LOG_INFO
Declaration:
    function info( string s )
Parameters:
    Parameter #1: string s - The actual message

function notice Click to go up to the list
Sends a message to syslog facility with level LOG_NOTICE
Declaration:
    function notice( string s )
Parameters:
    Parameter #1: string s - The actual message

function warning Click to go up to the list
Sends a message to syslog facility with level LOG_WARNING
Declaration:
    function warning( string s )
Parameters:
    Parameter #1: string s - The actual message

Automatically generated at 12:08PM, Wednesday 25 May 2005 by feritedoc.