![]() |
![]() |
![]() |
telepathy-logger Reference Manual | ![]() |
---|---|---|---|---|
Top | Description |
gboolean tpl_log_manager_add_message (TplLogManager *manager, TplLogEntry *message, GError **error); void tpl_log_manager_add_message_async (TplLogManager *manager, TplLogEntry *message, GAsyncReadyCallback callback, gpointer user_data);
gboolean tpl_log_manager_add_message (TplLogManager *manager, TplLogEntry *message, GError **error);
It stores message
, sending it to all the registered TplLogStore which have
"writable" set to TRUE
.
Every TplLogManager is guaranteed to have at least TplLogStore a readable
and a writable LogStore regitered.
It applies for any registered TplLogStore with "writable" property
TRUE
void tpl_log_manager_add_message_async (TplLogManager *manager, TplLogEntry *message, GAsyncReadyCallback callback, gpointer user_data);
|
|
|
|
|
|
|