#include "log.h"
#include <stdarg.h>
#include <stdio.h>
Go to the source code of this file.
◆ ge_log()
void ge_log |
( |
ge_log_type |
type, |
|
|
const char * |
format, |
|
|
|
... |
|
) |
| |
Log message.
Specifies which set of logging messages should be displayed.
- Parameters
-
type | The type of the message |
format | The printf-style format for the log message |
Definition at line 31 of file log.c.
◆ ge_log_enabled()
Check if a log type is enabled.
- Parameters
-
- Returns
- true if the logtype mask is enabled
Definition at line 46 of file log.c.
◆ ge_log_set_active_types()
Set active log types.
Specifies which set of logging messages should be displayed.
- Parameters
-
Definition at line 26 of file log.c.
◆ log_type_name()
Definition at line 8 of file log.c.
◆ active_log_types
Definition at line 6 of file log.c.