#include <stdio.h>#include <fcntl.h>#include <sys/stat.h>#include <string.h>#include <stdarg.h>#include <sys/types.h>#include <utime.h>#include "libFireBird.h"Go to the source code of this file.
Macros | |
| #define | FB_LOG_ENTRY_LIB_PRINTF |
| #define | FILENAME "/mnt/hd/ProgramFiles/Settings/FBLib.log" |
Functions | |
| int | vsnprintf (char *str, size_t size, const char *format, va_list ap) |
| void | LogEntryFBLibPrintf (bool Console, char *format,...) |
| #define FB_LOG_ENTRY_LIB_PRINTF |
Definition at line 8 of file LogEntryFBLibPrintf.c.
| #define FILENAME "/mnt/hd/ProgramFiles/Settings/FBLib.log" |
| void LogEntryFBLibPrintf | ( | bool | Console, |
| char * | format, | ||
| ... | |||
| ) |
Definition at line 13 of file LogEntryFBLibPrintf.c.
References FILENAME, Now(), PvrTimeToLinux(), SEEK_END, TAP_Print, TimeFormat(), TIMESTAMP_YMDHMS, TRACEENTER, TRACEEXIT, and vsnprintf().
Referenced by CallTraceEnter(), CallTraceExit(), CallTraceExitResult(), EPGInfo_CreateCache(), FlashFavoritesGetParameters(), FM_LoadFontFile(), FMUC_FreeMemory(), FMUC_GetGlyphData(), FMUC_LoadFontFile(), FMUC_ReserveMemory(), infData_Delete(), infData_Get(), infData_Set(), StrToUTF8(), TAP_MemAlloc_Chk(), TAP_MemRealloc(), TAP_Osd_Copy_Chk(), TAP_Osd_Create_Chk(), TAP_Osd_FillBox_Chk(), TAP_Osd_PutFreeColorGd_Chk(), TAP_Osd_PutGd_Chk(), TAP_Osd_PutPixel_Chk(), TAP_Osd_RestoreBox_Chk(), TAP_Osd_SaveBox_Chk(), and TimerPaddingAPICheck().
| int vsnprintf | ( | char * | str, |
| size_t | size, | ||
| const char * | format, | ||
| va_list | ap | ||
| ) |
Referenced by LogEntryFBLibPrintf().