ReactOS 0.4.15-dev-7842-g558ab78
fbtlog.h File Reference

Go to the source code of this file.

Macros

#define fbtLog_None   0
 
#define fbtLog_Failure   1
 
#define fbtLog_Warning   2
 
#define fbtLog_Notice   3
 
#define fbtLog_Enter   4
 
#define fbtLog_Exit   4
 
#define fbtLog_Verbose   5
 
#define fbtLog_Exception   0
 

Functions

void fbtLog (unsigned int nLevel, const char *szText,...)
 
BOOL fbtLogSetFile (char *szDebugFile)
 
void fbtLogSetLevel (unsigned int nLevel)
 
unsigned int fbtLogGetLevel (void)
 

Macro Definition Documentation

◆ fbtLog_Enter

#define fbtLog_Enter   4

Definition at line 8 of file fbtlog.h.

◆ fbtLog_Exception

#define fbtLog_Exception   0

Definition at line 11 of file fbtlog.h.

◆ fbtLog_Exit

#define fbtLog_Exit   4

Definition at line 9 of file fbtlog.h.

◆ fbtLog_Failure

#define fbtLog_Failure   1

Definition at line 5 of file fbtlog.h.

◆ fbtLog_None

#define fbtLog_None   0

Definition at line 4 of file fbtlog.h.

◆ fbtLog_Notice

#define fbtLog_Notice   3

Definition at line 7 of file fbtlog.h.

◆ fbtLog_Verbose

#define fbtLog_Verbose   5

Definition at line 10 of file fbtlog.h.

◆ fbtLog_Warning

#define fbtLog_Warning   2

Definition at line 6 of file fbtlog.h.

Function Documentation

◆ fbtLog()

void fbtLog ( unsigned int  nLevel,
const char szText,
  ... 
)

◆ fbtLogGetLevel()

unsigned int fbtLogGetLevel ( void  )

◆ fbtLogSetFile()

BOOL fbtLogSetFile ( char szDebugFile)

◆ fbtLogSetLevel()

void fbtLogSetLevel ( unsigned int  nLevel)