log_get_context

Returns a pointer to the logger_context used by the current RAPLogging instance.

Use this pointer to initialize the RAPLogging API in a shared library.

Syntax

logger_context * log_get_context( ); 

Returns

logger_context *, which is a pointer to the logger_context used by the current RAPLogging instance.