class SyslogStream

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

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

Functions

function info Click to go up to the list
Sends a message to syslog facility with level LOG_INFO
Declaration:
    native function info( 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:
    native function emerg( string s )
Parameters:
    Parameter #1: string s - The actual message

function alert Click to go up to the list
Sends a message to syslog facility with level LOG_ALERT
Declaration:
    native 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:
    native function critical( 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:
    native function error( 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:
    native function warning( 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:
    native function notice( 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:
    native function debug( string s )
Parameters:
    Parameter #1: string s - The actual message

Automatically generated at 8:45pm, Wednesday 08 January 2003 by feritedoc.