GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
TICKIT_DEBUG_LOGF(3) FreeBSD Library Functions Manual TICKIT_DEBUG_LOGF(3)

tickit_debug_logf, tickit_debug_vlogf - emit debugging log messages

#include <tickit.h>

void tickit_debug_logf(const char *flag,
          const char *fmt, ...);
void tickit_debug_vlogf(const char *flag,
          const char *fmt, va_list args);

Link with -ltickit.

tickit_debug_logf() emits a debug logging message, by creating a string using the given format string and argument list in the style of sprintf(3). If the requested message flag is enabled, this will be appended to the log output along with a timestamp and the name of the flag itself.

tickit_debug_vlogf() works analogously, except that it takes a single va_list for the arguments to format.

These functions return no value.

tickit_debug(7), tickit(7)

Search for    or go to Top of page |  Section 3 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.