FireBirdLib - Topfield TMS PVR TAP Programming Library
LogEntryPrintf.c File Reference
#include <stdio.h>
#include <string.h>
#include <stdarg.h>
#include "libFireBird.h"

Go to the source code of this file.

Functions

int vsnprintf (char *str, size_t size, const char *format, va_list ap)
 
void LogEntryPrintf (char *FileName, char *ProgramName, bool Console, eTimeStampFormat TimeStampFormat, char *format,...)
 

Function Documentation

◆ LogEntryPrintf()

void LogEntryPrintf ( char *  FileName,
char *  ProgramName,
bool  Console,
eTimeStampFormat  TimeStampFormat,
char *  format,
  ... 
)

Definition at line 8 of file LogEntryPrintf.c.

References LogEntry(), TRACEENTER, TRACEEXIT, and vsnprintf().

◆ vsnprintf()

int vsnprintf ( char *  str,
size_t  size,
const char *  format,
va_list  ap 
)

Referenced by LogEntryPrintf().