MTek-GDL 0.100.4-muffintrap
Loading...
Searching...
No Matches
Typedefs | Enumerations | Functions
mgdl-logger.h File Reference

Go to the source code of this file.

Typedefs

typedef enum LogLevel LogLevel
 

Enumerations

enum  LogLevel {
  None = 0 , All = 1 , Info = 1 , Warning = 2 ,
  Error = 3
}
 

Functions

void Log_SetLevel (LogLevel lvl)
 
void Log_Info (const char *text)
 
void Log_InfoF (const char *fmt,...)
 
void Log_Warning (const char *text)
 
void Log_WarningF (const char *fmt,...)
 
void Log_Error (const char *text)
 
void Log_ErrorF (const char *fmt,...)
 
void _Log_Print (const char *text)
 

Detailed Description

Functions for printing log messages.