The log_get_context method returns a pointer to the logger_context used by current RAPLogging instance.
This
pointer can be used to initialize the RAPLogging in
a shared library.
Syntax
logger_context * log_get_context( );
Returns
logger_context * A
pointer to the logger_context used
by the current RAPLogging instance.