|
libnslog
|
#include <nslog.h>
Public Attributes | |
| const char * | cat_name |
| const char * | description |
| struct nslog_category_s * | parent |
| char * | name |
| int | namelen |
| struct nslog_category_s * | next |
Logging category
This structure is used internally by nslog to manage categories for logging. Categories are declared by the NSLOG_DECLARE_CATEGORY and defined by either NSLOG_DEFINE_CATEGORY and NSLOG_DEFINE_SUBCATEGORY.
It is not recommended that clients of nslog look inside the category structs excepting the name (and namelen) values. In addition you should only trust those values when handling a log callback.
| const char* nslog_category_s::cat_name |
| const char* nslog_category_s::description |
| char* nslog_category_s::name |
| int nslog_category_s::namelen |
| struct nslog_category_s* nslog_category_s::next |
| struct nslog_category_s* nslog_category_s::parent |