#include <fcntl.h>
#include <stdlib.h>
#include <unistd.h>
#include <stdio.h>
#include <string.h>
#include <sys/types.h>
#include <utime.h>
#include "libFireBird.h"
Go to the source code of this file.
Functions | |
void | LogEntry (char *FileName, char *ProgramName, bool Console, eTimeStampFormat TimeStampFormat, char *Text) |
void LogEntry | ( | char * | FileName, |
char * | ProgramName, | ||
bool | Console, | ||
eTimeStampFormat | TimeStampFormat, | ||
char * | Text | ||
) |
Definition at line 10 of file LogEntry.c.
References ConvertPathType(), FBLIB_DIR_SIZE, isUTFToppy(), Now(), PF_FullLinuxPath, PvrTimeToLinux(), StrToISOAlloc(), TAP_Print, TimeFormat(), TIMESTAMP_NONE, TRACEENTER, and TRACEEXIT.
Referenced by LogEntryPrintf(), and WriteLog().