extern void bp_log

(struct BP_CONNECTION* conn, int service,
  int severity, char* fmt, ...)

Makes a formatted log entry using the connection's logging function (cf, bp_connection_create).

Documentation

Makes a formatted log entry using the connection's logging function (cf, bp_connection_create).

Parameters:
conn - A pointer to the connection structure.
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.
See Also:
log_line

Home Alphabetic index



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