File 'base/slogConn.cls' (part of 'Pool_Base')

Written by
Andreas Kupries
Description
Helper to syslog. Allows users to prepend the generated messages with a prefix of their own choice.

Class 'syslogConnection'

Description
This simple class extends the base 'syslog' system by allowing different libraries to prefix messages with a string of their own choice.
Options
prefix
Methods
public
log (level args)

Options

-prefix
String to add to all messages running through the instance.

Methods

log (level args)

Forwards incoming data to ::pool::syslog::syslog, additionally adds the stored prefix to the message.
Argument: level relative importance of the message.
Argument: args List of texts to log.


Generated by AutoDoc 2.4 at 09/14/2000, invoked by Andreas Kupries