#include <stdarg.h>
#include <stdio.h>
#include <liblogger/liblogger.h>
Go to the source code of this file.
Classes | |
| struct | LogWriter |
Typedefs | |
| typedef int(*) | Log (struct LogWriter *_this, const LogLevel logLevel, const char *fmt, va_list ap) |
| typedef int(*) | LogFuncEntry (struct LogWriter *_this, const char *funcName) |
| typedef int(*) | LogFuncExit (struct LogWriter *_this, const char *funcName, int lineNum) |
| typedef int(*) | LoggerDeInit (struct LogWriter *_this) |
Definition at line 26 of file logger_object.h.
| typedef int(*) LogFuncEntry(struct LogWriter *_this, const char *funcName) |
Definition at line 32 of file logger_object.h.
| typedef int(*) LogFuncExit(struct LogWriter *_this, const char *funcName, int lineNum) |
Definition at line 33 of file logger_object.h.
| typedef int(*) LoggerDeInit(struct LogWriter *_this) |
Definition at line 34 of file logger_object.h.