X-Git-Url: https://git.efficios.com/?a=blobdiff_plain;f=include%2Fbabeltrace%2Flib-logging-internal.h;h=4373312787e89298b37a1daac096f6b89d4111cf;hb=cb6f1f7dfb7938a4738a7f3ca3886334fbceb1a3;hp=9fcbec8ef41e5514a41c119b4205bc873f33429d;hpb=16ca5ff0568c72f5600ebc88b195fbc5ee88556d;p=babeltrace.git diff --git a/include/babeltrace/lib-logging-internal.h b/include/babeltrace/lib-logging-internal.h index 9fcbec8e..43733127 100644 --- a/include/babeltrace/lib-logging-internal.h +++ b/include/babeltrace/lib-logging-internal.h @@ -70,14 +70,10 @@ int bt_lib_log_level; * 3. Optional: `+` to print extended fields. This depends on the * provided format specifier. * - * 4. Objet category: `_` for common objects, or nothing for default - * objects (includes CTF IR). - * - * 5. Format specifier (see below). + * 4. Format specifier (see below). * * The available format specifiers are: * - * Default category: * `r`: * Reference count information. The parameter is any Babeltrace * object. @@ -146,36 +142,12 @@ int bt_lib_log_level; * `o`: * Object pool. The parameter type is `struct bt_object_pool *`. * - * Common category: - * `F`: - * Common field type. The parameter type is `struct bt_field_type *`. - * - * `f`: - * Common field. The parameter type is `struct bt_field *`. - * - * `E`: - * Common event class. The parameter type is - * `struct bt_event_class *`. - * - * `e`: - * Common event. The parameter type is `struct bt_event *`. - * - * `S`: - * Common stream class. The parameter type is - * `struct bt_stream_class *`. - * - * `s`: - * Common stream. The parameter type is `struct bt_stream *`. - * - * `t`: - * Common trace. The parameter type is `struct bt_trace *`. - * * Conversion specifier examples: * * %!f * %![my-event-]+e - * %!_t - * %!+_F + * %!t + * %!+F * * The string `, ` is printed between individual fields, but not after * the last one. Therefore you must put this separator in the format