yast2-core
Macros | Enumerations | Functions
y2changes.h File Reference
#include <string>
#include <stdio.h>

Go to the source code of this file.

Macros

#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
 

Macro Definition Documentation

#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().

Enumeration Type Documentation

Enumerator
CHANGES_ITEM 
CHANGES_NOTE 

Function Documentation

void y2changes_function ( logcategory_t  category,
const char *  format,
  ... 
)

Generated on a sunny day for yast2-core by doxygen 1.8.5