#include <string>
#include <stdio.h>
Go to the source code of this file.
Defines | |
#define | y2useritem(format, args...) y2changes_function(CHANGES_ITEM, format,##args) |
#define | y2usernote(format, args...) y2changes_function(CHANGES_NOTE, format,##args) |
Enumerations | |
enum | logcategory_t { CHANGES_ITEM = 0, CHANGES_NOTE = 1 } |
Functions | |
void | y2changes_function (logcategory_t category, const char *format,...) __attribute__((format(printf |
#define y2useritem | ( | format, | |||
args... | ) | y2changes_function(CHANGES_ITEM, format,##args) |
Referenced by Y2UserItem().
#define y2usernote | ( | format, | |||
args... | ) | y2changes_function(CHANGES_NOTE, format,##args) |
Referenced by Y2UserNote().
enum logcategory_t |
void y2changes_function | ( | logcategory_t | category, | |
const char * | format, | |||
... | ||||
) |