lprintf.C File Reference

#include "common/h/headers.h"
#include "common/h/lprintf.h"
#include <stdio.h>
#include <stdarg.h>
#include <errno.h>

Go to the source code of this file.

Functions

void log_msg (const char *msg)
void log_printf (void(*pfunc)(const char *), const char *fmt,...)
void log_perror (void(*pfunc)(const char *), const char *msg)

Variables

static char log_buffer [8192]

Function Documentation

void log_msg ( const char *  msg  ) 

Definition at line 56 of file lprintf.C.

References fprintf.

void log_perror ( void(*)(const char *)  pfunc,
const char *  msg 
)

Definition at line 70 of file lprintf.C.

References log_buffer.

Referenced by Object::load_object(), Dyninst::SymtabAPI::Object::Object(), and Object::Object().

void log_printf ( void(*)(const char *)  pfunc,
const char *  fmt,
  ... 
)

Definition at line 61 of file lprintf.C.

References log_buffer.


Variable Documentation

char log_buffer[8192] [static]

Definition at line 54 of file lprintf.C.

Referenced by log_perror(), and log_printf().

 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines

Generated on 12 Jul 2013 for SymtabAPI by  doxygen 1.6.1