librdf_world_set_logger {redland}R Documentation

Set the world log handling function.

Description

Set the world log handling function.

Usage

librdf_world_set_logger ( world,
	user_data,
	log_handler )

Arguments

world

redland world object ("_p_librdf_world_s")

user_data

user data to pass to function ("_p_void")

log_handler

pointer to the function ("_p_librdf_log_func")

Value

void

References

https://librdf.org/docs/

See Also

This R function is a wrapper function that directly calls the the Redland RDF C libraries. For more information about Redland RDF, view the online documentation indicated in the 'References' section.


[Package redland version 1.0.17-18 Index]