extern void log_line

(int service, int severity, char* fmt, ...)

Make a formatted log entry.

Documentation

Make a formatted log entry.

Use bp_log instead of this function. (Typically this function is is provided as an argument to bp_connection_create instead of being used directly.)

Parameters:
service - The subsystem making the entry, one of:
severity - The severity from 0 (lowest) to 7 (highest). (Yes, this is inverted from the way syslog does it.)
fmt... - The format string and arguments.

Home Alphabetic index



This page was generated with the help of DOC++.